Browse Source

Fix comment for blocksonly parameter interactions

0.13
Patick Strateman 9 years ago
parent
commit
bbf49da408
  1. 2
      src/init.cpp

2
src/init.cpp

@ -820,7 +820,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler) @@ -820,7 +820,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
#endif
}
// disable walletbroadcast in blocksonly mode
// disable walletbroadcast and whitelistalwaysrelay in blocksonly mode
if (GetBoolArg("-blocksonly", DEFAULT_BLOCKSONLY)) {
if (SoftSetBoolArg("-whitelistalwaysrelay", false))
LogPrintf("%s: parameter interaction: -blocksonly=1 -> setting -whitelistalwaysrelay=0\n", __func__);

Loading…
Cancel
Save