Rescope g_enable_bip61 to net_processing

This commit is contained in:
Jesse Cohen
2018-06-08 14:54:02 -04:00
parent 3f398d7a17
commit 02bbc05310
3 changed files with 8 additions and 8 deletions

View File

@@ -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: