mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Rescope g_enable_bip61 to net_processing
This commit is contained in:
parent
3f398d7a17
commit
02bbc05310
3 changed files with 8 additions and 8 deletions
|
|
@ -1134,8 +1134,6 @@ bool AppInitParameterInteraction()
|
|||
if (gArgs.GetBoolArg("-peerbloomfilters", DEFAULT_PEERBLOOMFILTERS))
|
||||
nLocalServices = ServiceFlags(nLocalServices | NODE_BLOOM);
|
||||
|
||||
g_enable_bip61 = gArgs.GetBoolArg("-enablebip61", DEFAULT_ENABLE_BIP61);
|
||||
|
||||
if (gArgs.GetArg("-rpcserialversion", DEFAULT_RPC_SERIALIZE_VERSION) < 0)
|
||||
return InitError("rpcserialversion must be non-negative.");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue