aboutsummaryrefslogtreecommitdiff
path: root/src/simplewallet/simplewallet.h
diff options
context:
space:
mode:
authorTobias Hoffmann <lacksfish@gmail.com>2017-09-22 20:20:09 +0200
committerTobias Hoffmann <lacksfish@gmail.com>2017-12-06 18:16:50 +0100
commit3af19c80117613a2f38f257b564cb564ede54418 (patch)
treef0b1e72d1b5ba69c59eb4fa17a9e821006bf0349 /src/simplewallet/simplewallet.h
parentMerge pull request #2845 (diff)
downloadmonero-3af19c80117613a2f38f257b564cb564ede54418.tar.xz
set_node command, allows setting node without restart
Diffstat (limited to 'src/simplewallet/simplewallet.h')
-rw-r--r--src/simplewallet/simplewallet.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h
index f6405426b..ad174a636 100644
--- a/src/simplewallet/simplewallet.h
+++ b/src/simplewallet/simplewallet.h
@@ -128,7 +128,8 @@ namespace cryptonote
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);
- bool save_bc(const std::vector<std::string>& args);
+ bool set_daemon(const std::vector<std::string> &args);
+ bool save_bc(const std::vector<std::string> &args);
bool refresh(const std::vector<std::string> &args);
bool show_balance_unlocked(bool detailed = false);
bool show_balance(const std::vector<std::string> &args = std::vector<std::string>());