From 3af19c80117613a2f38f257b564cb564ede54418 Mon Sep 17 00:00:00 2001 From: Tobias Hoffmann Date: Fri, 22 Sep 2017 20:20:09 +0200 Subject: set_node command, allows setting node without restart --- src/simplewallet/simplewallet.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/simplewallet/simplewallet.h') 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 &args = std::vector()); bool start_mining(const std::vector &args); bool stop_mining(const std::vector &args); - bool save_bc(const std::vector& args); + bool set_daemon(const std::vector &args); + bool save_bc(const std::vector &args); bool refresh(const std::vector &args); bool show_balance_unlocked(bool detailed = false); bool show_balance(const std::vector &args = std::vector()); -- cgit v1.2.3