Fix comment for blocksonly parameter interactions

This commit is contained in:
Patick Strateman 2015-11-14 05:14:01 -08:00 committed by Jack Grigg
parent f9555b6c18
commit 237de99aa9
1 changed files with 1 additions and 1 deletions

View File

@ -931,7 +931,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__);