Merge pull request #6579

afb0cca Add NODE_BLOOM service bit and bump protocol version (Matt Corallo)
This commit is contained in:
Wladimir J. van der Laan
2015-09-08 17:03:23 +02:00
4 changed files with 26 additions and 1 deletions

View File

@@ -918,6 +918,9 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
// Option to startup with mocktime set (used for regression testing):
SetMockTime(GetArg("-mocktime", 0)); // SetMockTime(0) is a no-op
if (GetBoolArg("-peerbloomfilters", true))
nLocalServices |= NODE_BLOOM;
// ********************************************************* Step 4: application initialization: dir lock, daemonize, pidfile, debug log
// Initialize elliptic curve code