diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-03-21 12:43:15 +0100 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-03-21 12:44:19 +0100 |
commit | 9426632cb58d0fc4c63c3c6d0c83fd62e525bd28 (patch) | |
tree | c24bc3ffa5ef5081601fe0d2314d041b3a61d745 /src/main.h | |
parent | ddfd79659e31a41de4e9b824767b766116798a90 (diff) | |
parent | c90036f6645dea7c19e033c11240567371407017 (diff) |
Merge #7708: De-neuter NODE_BLOOM
c90036f Always disconnect old nodes which request filtered connections. (Patrick Strateman)
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.h b/src/main.h index 6936b5379a..ecb1efa5cb 100644 --- a/src/main.h +++ b/src/main.h @@ -124,7 +124,6 @@ static const bool DEFAULT_ENABLE_REPLACEMENT = true; static const unsigned int MAX_BLOCKS_TO_ANNOUNCE = 8; static const bool DEFAULT_PEERBLOOMFILTERS = true; -static const bool DEFAULT_ENFORCENODEBLOOM = false; struct BlockHasher { |