mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
-bip16 option (default: 1) to support / not support BIP 16. And bumped default BIP16 switchover date from Feb 15 to Mar 1
This commit is contained in:
parent
0b9a05a2bc
commit
7bf8b7c25c
5 changed files with 34 additions and 15 deletions
|
|
@ -488,7 +488,7 @@ bool SoftSetArg(const std::string& strArg, const std::string& strValue)
|
|||
return true;
|
||||
}
|
||||
|
||||
bool SoftSetArg(const std::string& strArg, bool fValue)
|
||||
bool SoftSetBoolArg(const std::string& strArg, bool fValue)
|
||||
{
|
||||
if (fValue)
|
||||
return SoftSetArg(strArg, std::string("1"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue