aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorwowario <wowario@protonmail.com>2019-11-13 10:17:45 +0300
committerwowario <wowario@protonmail.com>2019-11-13 10:24:10 +0300
commit67b4a19edf7b9d6a407a79eca5c57819863bfd71 (patch)
tree8949c802e7fa0b80f70ab42d2ebfd37ec07b2579 /src/simplewallet/simplewallet.h
parentMerge pull request #6097 (diff)
downloadmonero-67b4a19edf7b9d6a407a79eca5c57819863bfd71.tar.xz
simplewallet: noob-friendly help menu
Diffstat (limited to '')
-rw-r--r--src/simplewallet/simplewallet.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index 75bd893d5..e401f5fda 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -154,6 +154,7 @@ namespace cryptonote
bool set_persistent_rpc_client_id(const std::vector<std::string> &args = std::vector<std::string>());
bool set_auto_mine_for_rpc_payment_threshold(const std::vector<std::string> &args = std::vector<std::string>());
bool set_credits_target(const std::vector<std::string> &args = std::vector<std::string>());
+ bool help_advanced(const std::vector<std::string> &args = std::vector<std::string>());
bool help(const std::vector<std::string> &args = std::vector<std::string>());
bool start_mining(const std::vector<std::string> &args);
bool stop_mining(const std::vector<std::string> &args);