aboutsummaryrefslogtreecommitdiff
path: root/src/init.cpp
diff options
context:
space:
mode:
authorJesse Cohen <jc@jc.lol>2018-06-08 14:54:02 -0400
committerJesse Cohen <jc@jc.lol>2018-06-19 13:02:26 -0400
commit02bbc053100ef99ca0f433b0a8c70961336ae79e (patch)
tree0b0c78b392d17d4afee72ade2633d71409b26545 /src/init.cpp
parent3f398d7a17f136cd4a67998406ca41a124ae2966 (diff)
downloadbitcoin-02bbc053100ef99ca0f433b0a8c70961336ae79e.tar.xz
Rescope g_enable_bip61 to net_processing
Diffstat (limited to 'src/init.cpp')
-rw-r--r--src/init.cpp2
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.");