mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Default keypool size in usage text fixed
This commit is contained in:
parent
a5833ccd34
commit
a6862652b8
2
src/init.cpp
Normal file → Executable file
2
src/init.cpp
Normal file → Executable file
@ -279,7 +279,7 @@ std::string HelpMessage(HelpMessageMode hmm)
|
||||
strUsage += " -keepasskey=<key> " + _("KeePassHttp key for AES encrypted communication with KeePass") + "\n";
|
||||
strUsage += " -keepassid=<name> " + _("KeePassHttp id for the established association") + "\n";
|
||||
strUsage += " -keepassname=<name> " + _("Name to construct url for KeePass entry that stores the wallet passphrase") + "\n";
|
||||
strUsage += " -keypool=<n> " + _("Set key pool size to <n> (default: 100)") + "\n";
|
||||
strUsage += " -keypool=<n> " + _("Set key pool size to <n> (default: 1000)") + "\n";
|
||||
strUsage += " -paytxfee=<amt> " + _("Fee per kB to add to transactions you send") + "\n";
|
||||
strUsage += " -rescan " + _("Rescan the block chain for missing wallet transactions") + " " + _("on startup") + "\n";
|
||||
strUsage += " -salvagewallet " + _("Attempt to recover private keys from a corrupt wallet.dat") + " " + _("on startup") + "\n";
|
||||
|
Loading…
Reference in New Issue
Block a user