Remove redundant whiteconnections option

This commit is contained in:
Patrick Strateman
2015-08-13 17:32:57 -07:00
committed by Taylor Hornby
parent dd99be0f8c
commit 0560d671ab
2 changed files with 1 additions and 1 deletions

View File

@@ -337,7 +337,6 @@ std::string HelpMessage(HelpMessageMode mode)
strUsage += HelpMessageOpt("-whitebind=<addr>", _("Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6"));
strUsage += HelpMessageOpt("-whitelist=<netmask>", _("Whitelist peers connecting from the given netmask or IP address. Can be specified multiple times.") +
" " + _("Whitelisted peers cannot be DoS banned and their transactions are always relayed, even if they are already in the mempool, useful e.g. for a gateway"));
#ifdef ENABLE_WALLET
strUsage += HelpMessageGroup(_("Wallet options:"));