Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h

This commit is contained in:
Matt Corallo
2019-06-06 10:01:06 -04:00
parent 5efcb77283
commit f27309f55c
2 changed files with 1 additions and 2 deletions

View File

@@ -127,8 +127,6 @@ static const unsigned int MAX_BLOCKS_TO_ANNOUNCE = 8;
/** Maximum number of unconnecting headers announcements before DoS score */
static const int MAX_UNCONNECTING_HEADERS = 10;
static const bool DEFAULT_PEERBLOOMFILTERS = false;
/** Default for -stopatheight */
static const int DEFAULT_STOPATHEIGHT = 0;