Skip to content

Commit bbf49da

Browse files
committed
Fix comment for blocksonly parameter interactions
1 parent 6a4982f commit bbf49da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/init.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -820,7 +820,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
820820
#endif
821821
}
822822

823-
// disable walletbroadcast in blocksonly mode
823+
// disable walletbroadcast and whitelistalwaysrelay in blocksonly mode
824824
if (GetBoolArg("-blocksonly", DEFAULT_BLOCKSONLY)) {
825825
if (SoftSetBoolArg("-whitelistalwaysrelay", false))
826826
LogPrintf("%s: parameter interaction: -blocksonly=1 -> setting -whitelistalwaysrelay=0\n", __func__);

0 commit comments

Comments
 (0)