diff options
| author | Patrick Strateman <[email protected]> | 2016-03-17 17:23:33 -0700 |
|---|---|---|
| committer | Patrick Strateman <[email protected]> | 2016-03-18 21:26:49 -0700 |
| commit | c90036f6645dea7c19e033c11240567371407017 (patch) | |
| tree | 568fd9644b1e5673f27967e3ea95c6efd89fd6f6 /src/main.h | |
| parent | Merge #7621: Fixes ZMQ startup with bad arguments. (diff) | |
| download | discoin-c90036f6645dea7c19e033c11240567371407017.tar.xz discoin-c90036f6645dea7c19e033c11240567371407017.zip | |
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 5ba2be251..7230d326e 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 { |