Merge #7708: De-neuter NODE_BLOOM

c90036f Always disconnect old nodes which request filtered connections. (Patrick Strateman)
This commit is contained in:
Wladimir J. van der Laan
2016-03-21 12:43:15 +01:00
4 changed files with 2 additions and 5 deletions

View File

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