Skip to content

Commit

Permalink
Merge pull request #6819
Browse files Browse the repository at this point in the history
c3f354e simplewallet fix wrong persistent-rpc-client-id name in help (moneromooo-monero)
  • Loading branch information
luigi1111 committed Sep 16, 2020
2 parents 5b3614e + c3f354e commit d27d452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simplewallet/simplewallet.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3393,7 +3393,7 @@ simple_wallet::simple_wallet()
" Device name for hardware wallet.\n "
"export-format <\"binary\"|\"ascii\">\n "
" Save all exported files as binary (cannot be copied and pasted) or ascii (can be).\n "
"persistent-client-id <1|0>\n "
"persistent-rpc-client-id <1|0>\n "
" Whether to keep using the same client id for RPC payment over wallet restarts.\n"
"auto-mine-for-rpc-payment-threshold <float>\n "
" Whether to automatically start mining for RPC payment if the daemon requires it.\n"
Expand Down

0 comments on commit d27d452

Please sign in to comment.