diff options
author | luigi1111 <luigi1111w@gmail.com> | 2020-05-19 17:26:28 -0500 |
---|---|---|
committer | luigi1111 <luigi1111w@gmail.com> | 2020-05-19 17:26:28 -0500 |
commit | 3578ce9fb682e37161ce645147fe6aab5d396aa6 (patch) | |
tree | cd1dfaa4ed22ac34367c06a0dce9916536d3dde2 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #6540 (diff) | |
parent | simplewallet: help_advanced -> help (diff) | |
download | monero-3578ce9fb682e37161ce645147fe6aab5d396aa6.tar.xz |
Merge pull request #6541
4a9c3a Revert 'simplewallet: noob-friendly help menu' (selsta)
7633ba0 simplewallet: help_advanced -> help (selsta)
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r-- | src/simplewallet/simplewallet.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index bf459736f..b1f77567e 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -154,7 +154,6 @@ 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); |