diff options
| author | Jannis Froese <[email protected]> | 2014-03-23 21:25:51 +0100 |
|---|---|---|
| committer | Jannis Froese <[email protected]> | 2014-03-23 21:25:51 +0100 |
| commit | 103a278443d8164eddb41caff45fac1c503320c4 (patch) | |
| tree | 3eb14eb705c9e933a6b2d80624e68488988a6cf9 /src/util.cpp | |
| parent | credit where credit is due (diff) | |
| parent | Add NODE_BLOOM service bit and bump protocol version (diff) | |
| download | discoin-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.cpp | 1 |
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; |