diff options
| author | Jesse Cohen <[email protected]> | 2018-06-08 14:54:02 -0400 |
|---|---|---|
| committer | Jesse Cohen <[email protected]> | 2018-06-19 13:02:26 -0400 |
| commit | 02bbc053100ef99ca0f433b0a8c70961336ae79e (patch) | |
| tree | 0b0c78b392d17d4afee72ade2633d71409b26545 /src/init.cpp | |
| parent | Merge #13439: rpc: Avoid "duplicate" return value for invalid submitblock (diff) | |
| download | discoin-02bbc053100ef99ca0f433b0a8c70961336ae79e.tar.xz discoin-02bbc053100ef99ca0f433b0a8c70961336ae79e.zip | |
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 1b5507703..1b1c40e08 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."); |