diff options
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; |