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/net_processing.h | |
parent | 3f398d7a17f136cd4a67998406ca41a124ae2966 (diff) |
Rescope g_enable_bip61 to net_processing
Diffstat (limited to 'src/net_processing.h')
-rw-r--r-- | src/net_processing.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/net_processing.h b/src/net_processing.h index b0b905d922..19e33f411a 100644 --- a/src/net_processing.h +++ b/src/net_processing.h @@ -37,8 +37,6 @@ static constexpr int64_t MINIMUM_CONNECT_TIME = 30; /** Default for BIP61 (sending reject messages) */ static constexpr bool DEFAULT_ENABLE_BIP61 = true; -/** Enable BIP61 (sending reject messages) */ -extern bool g_enable_bip61; class PeerLogicValidation final : public CValidationInterface, public NetEventsInterface { private: |