diff options
author | Patrick Strateman <patrick.strateman@gmail.com> | 2016-03-17 17:23:33 -0700 |
---|---|---|
committer | Patrick Strateman <patrick.strateman@gmail.com> | 2016-03-18 21:26:49 -0700 |
commit | c90036f6645dea7c19e033c11240567371407017 (patch) | |
tree | 568fd9644b1e5673f27967e3ea95c6efd89fd6f6 /src/main.h | |
parent | a6a860796a44a2805a58391a009ba22752f64e32 (diff) |
Always disconnect old nodes which request filtered connections.
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 5ba2be251c..7230d326e6 100644 --- a/src/main.h +++ b/src/main.h @@ -122,7 +122,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 { |