aboutsummaryrefslogtreecommitdiff
path: root/src/net_processing.h
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/net_processing.h
parent3f398d7a17f136cd4a67998406ca41a124ae2966 (diff)
downloadbitcoin-02bbc053100ef99ca0f433b0a8c70961336ae79e.tar.xz
Rescope g_enable_bip61 to net_processing
Diffstat (limited to 'src/net_processing.h')
-rw-r--r--src/net_processing.h2
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: