diff options
author | Nathan Dorfman <ndorf@rtfm.net> | 2019-10-24 15:53:12 -0600 |
---|---|---|
committer | Nathan Dorfman <ndorf@rtfm.net> | 2019-11-12 17:57:36 -0700 |
commit | 32937809928ae2204f9eaf1f4995fb1681bd52fd (patch) | |
tree | 3d37987634835cdea13251fc38f04c83d623866c /src/daemon/rpc_command_executor.h | |
parent | Merge pull request #6097 (diff) | |
download | monero-32937809928ae2204f9eaf1f4995fb1681bd52fd.tar.xz |
daemon: Use rpc for "version" command
Diffstat (limited to 'src/daemon/rpc_command_executor.h')
-rw-r--r-- | src/daemon/rpc_command_executor.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index e8b12cb9b..af55f0e22 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -163,6 +163,8 @@ public: bool print_net_stats(); + bool version(); + bool set_bootstrap_daemon( const std::string &address, const std::string &username, |