Merge 4013e44c74 into merged_master (Bitcoin PR #21082)

This commit is contained in:
Andrew Poelstra 2021-06-21 01:52:16 +00:00
commit 57b2a4e57d

View file

@ -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,