Skip to content

Commit

Permalink
Update init.cpp
Browse files Browse the repository at this point in the history
reduced default staketime to 24h
  • Loading branch information
ChekaZ authored Feb 1, 2018
1 parent 439c0c4 commit 029f75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,7 @@ std::string HelpMessage()

"\n" + _("Staking options:") + "\n" +
" -stakegen=<n> " + _("Generate coin stakes (default: 1 = enabled)") + "\n" +
" -stakemintime=<n> " + _("Set the min. stake input block chain time in hours (default: 48 or testnet: 1)") + "\n" +
" -stakemintime=<n> " + _("Set the min. stake input block chain time in hours (default: 24 or testnet: 1)") + "\n" +
" -stakemindepth=<n> " + _("Set the min. stake input block chain depth in confirmations (default: follow -stakeminage)") + "\n" +
" -stakeminvalue=<n> " + _("Set the min. stake input value in coins (default: 1.0)") + "\n" +
" -stakecombine=<n> " + _("Try to combine inputs while staking up to this limit in coins (200 < n < 5000; default: 200)") + "\n";
Expand Down

0 comments on commit 029f75d

Please sign in to comment.