From c3f354e6c13e91424db844298e9a78d5a8e6d2e2 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Mon, 14 Sep 2020 20:50:35 +0000 Subject: [PATCH] simplewallet fix wrong persistent-rpc-client-id name in help --- src/simplewallet/simplewallet.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simplewallet/simplewallet.cpp b/src/simplewallet/simplewallet.cpp index f37d77933..ac8531112 100644 --- a/src/simplewallet/simplewallet.cpp +++ b/src/simplewallet/simplewallet.cpp @@ -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 \n " " Whether to automatically start mining for RPC payment if the daemon requires it.\n"