diff options
author | Matt Corallo <git@bluematt.me> | 2019-06-06 10:01:06 -0400 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2019-06-06 10:01:13 -0400 |
commit | f27309f55c4fa2b115525d72abb280757a568709 (patch) | |
tree | c23622e58d4d9825577fe84076d67c205b8a0585 /src/validation.h | |
parent | 5efcb772838e404ca5757818d5548efcb872724b (diff) |
Move DEFAULT_PEERBLOOMFILTERS from validation.h to net_processing.h
Diffstat (limited to 'src/validation.h')
-rw-r--r-- | src/validation.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/validation.h b/src/validation.h index 31233aac19..0c19d9493d 100644 --- a/src/validation.h +++ b/src/validation.h @@ -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; |