Rescope g_enable_bip61 to net_processing

This commit is contained in:
Jesse Cohen
2018-06-08 14:54:02 -04:00
parent 3f398d7a17
commit 02bbc05310
3 changed files with 8 additions and 8 deletions

View File

@@ -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.");