File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ static const unsigned int DEFAULT_MAX_ORPHAN_TRANSACTIONS = 100;
19
19
static const unsigned int DEFAULT_BLOCK_RECONSTRUCTION_EXTRA_TXN = 100 ;
20
20
/* * Default for BIP61 (sending reject messages) */
21
21
static constexpr bool DEFAULT_ENABLE_BIP61{false };
22
+ static const bool DEFAULT_PEERBLOOMFILTERS = false ;
22
23
23
24
class PeerLogicValidation final : public CValidationInterface, public NetEventsInterface {
24
25
private:
Original file line number Diff line number Diff line change @@ -127,8 +127,6 @@ static const unsigned int MAX_BLOCKS_TO_ANNOUNCE = 8;
127
127
/* * Maximum number of unconnecting headers announcements before DoS score */
128
128
static const int MAX_UNCONNECTING_HEADERS = 10 ;
129
129
130
- static const bool DEFAULT_PEERBLOOMFILTERS = false ;
131
-
132
130
/* * Default for -stopatheight */
133
131
static const int DEFAULT_STOPATHEIGHT = 0 ;
134
132
You can’t perform that action at this time.
0 commit comments