aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorJannis Froese <[email protected]>2014-03-23 21:25:51 +0100
committerJannis Froese <[email protected]>2014-03-23 21:25:51 +0100
commit103a278443d8164eddb41caff45fac1c503320c4 (patch)
tree3eb14eb705c9e933a6b2d80624e68488988a6cf9 /src/util.cpp
parentcredit where credit is due (diff)
parentAdd NODE_BLOOM service bit and bump protocol version (diff)
downloaddiscoin-103a278443d8164eddb41caff45fac1c503320c4.tar.xz
discoin-103a278443d8164eddb41caff45fac1c503320c4.zip
Merge branch 'node-bloom-service-bit' of github.com:petertodd/bitcoin into bloom-todd
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 17f4dc3d3..44d2d3d30 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -94,6 +94,7 @@ bool fPrintToDebugLog = true;
bool fDaemon = false;
bool fServer = false;
string strMiscWarning;
+bool fBloomFilters = true;
bool fNoListen = false;
bool fLogTimestamps = false;
volatile bool fReopenDebugLog = false;