mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
Merge 4013e44c74 into merged_master (Bitcoin PR #21082)
This commit is contained in:
commit
57b2a4e57d
1 changed files with 1 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ struct SectionInfo
|
|||
class ArgsManager
|
||||
{
|
||||
public:
|
||||
enum Flags {
|
||||
enum Flags : uint32_t {
|
||||
// Boolean options can accept negation syntax -noOPTION or -noOPTION=1
|
||||
ALLOW_BOOL = 0x01,
|
||||
ALLOW_INT = 0x02,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue