diff options
author | Jesse Cohen <jc@jc.lol> | 2018-06-08 14:54:02 -0400 |
---|---|---|
committer | Jesse Cohen <jc@jc.lol> | 2018-06-19 13:02:26 -0400 |
commit | 02bbc053100ef99ca0f433b0a8c70961336ae79e (patch) | |
tree | 0b0c78b392d17d4afee72ade2633d71409b26545 /src/init.cpp | |
parent | 3f398d7a17f136cd4a67998406ca41a124ae2966 (diff) |
Rescope g_enable_bip61 to net_processing
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/init.cpp b/src/init.cpp index 1b5507703c..1b1c40e083 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -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."); |