aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorPatrick Lodder <[email protected]>2015-08-29 00:02:49 +0200
committerPatrick Lodder <[email protected]>2015-08-29 00:02:49 +0200
commitb6e7c91060a62801bc77e7be51a0d6e602299430 (patch)
treecc389cb6be489ae72248a7413f3e8525de63e6bf /src/util.cpp
parentMerge pull request #1268 from patricklodder/1.10-auxpow-tests (diff)
parentAdd NODE_BLOOM service bit and bump protocol version (diff)
downloaddiscoin-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.cpp2
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;