Add helptexts for -whitelist and rpc prioritisetransaction and switch to bitcoin instead of satoshis

This commit is contained in:
Cozz Lovan
2014-07-15 02:11:55 +02:00
parent bdd5b587fc
commit ebdcc360b6
3 changed files with 24 additions and 2 deletions

View File

@@ -259,6 +259,7 @@ std::string HelpMessage(HelpMessageMode mode)
#endif
strUsage += " -whitebind=<addr> " + _("Bind to given address and whitelist peers connecting to it. Use [host]:port notation for IPv6") + "\n";
strUsage += " -whitelist=<netmask> " + _("Whitelist peers connecting from the given netmask or ip. Can be specified multiple times.") + "\n";
strUsage += " " + _("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") + "\n";
#ifdef ENABLE_WALLET
strUsage += "\n" + _("Wallet options:") + "\n";