From ea873ceb2c7dafee1cd093138e4bfb0a2e8b6c95 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 24 Feb 2017 23:16:13 +0000 Subject: daemon/rpc: updates command and RPC subcommands "check", "download", and "update". update is not yet implemented. --- src/daemon/rpc_command_executor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/rpc_command_executor.h') diff --git a/src/daemon/rpc_command_executor.h b/src/daemon/rpc_command_executor.h index eb95101ce..a015c83ea 100644 --- a/src/daemon/rpc_command_executor.h +++ b/src/daemon/rpc_command_executor.h @@ -151,6 +151,8 @@ public: bool alt_chain_info(); bool print_blockchain_dynamic_stats(uint64_t nblocks); + + bool update(const std::string &command); }; } // namespace daemonize -- cgit v1.2.3