mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge 0a13d15c14 into merged_master (Bitcoin PR #20530)
This commit is contained in:
commit
406e81efb5
19 changed files with 32 additions and 23 deletions
|
|
@ -231,7 +231,7 @@ public:
|
|||
Optional<std::vector<std::string>> list_value;
|
||||
const char* error = nullptr;
|
||||
|
||||
Expect(util::SettingsValue s) : setting(std::move(s)) {}
|
||||
explicit Expect(util::SettingsValue s) : setting(std::move(s)) {}
|
||||
Expect& DefaultString() { default_string = true; return *this; }
|
||||
Expect& DefaultInt() { default_int = true; return *this; }
|
||||
Expect& DefaultBool() { default_bool = true; return *this; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue