diff options
| author | Patrick Lodder <[email protected]> | 2015-08-29 00:02:49 +0200 |
|---|---|---|
| committer | Patrick Lodder <[email protected]> | 2015-08-29 00:02:49 +0200 |
| commit | b6e7c91060a62801bc77e7be51a0d6e602299430 (patch) | |
| tree | cc389cb6be489ae72248a7413f3e8525de63e6bf /src/util.cpp | |
| parent | Merge pull request #1268 from patricklodder/1.10-auxpow-tests (diff) | |
| parent | Add NODE_BLOOM service bit and bump protocol version (diff) | |
| download | discoin-b6e7c91060a62801bc77e7be51a0d6e602299430.tar.xz discoin-b6e7c91060a62801bc77e7be51a0d6e602299430.zip | |
Merge pull request #1269 from langerhans/1.10-dev-nodebloom
Add NODE_BLOOM service bit
Diffstat (limited to 'src/util.cpp')
| -rw-r--r-- | src/util.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp index bfb95c904..4fbe66219 100644 --- a/src/util.cpp +++ b/src/util.cpp @@ -106,6 +106,8 @@ bool fPrintToDebugLog = true; bool fDaemon = false; bool fServer = false; string strMiscWarning; + +bool fBloomFilters = true; bool fLogTimestamps = false; bool fLogIPs = false; volatile bool fReopenDebugLog = false; |