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/command_parser_executor.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/daemon/command_parser_executor.h') diff --git a/src/daemon/command_parser_executor.h b/src/daemon/command_parser_executor.h index 37f431974..0a5ca8dd9 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -130,6 +130,8 @@ public: bool alt_chain_info(const std::vector& args); bool print_blockchain_dynamic_stats(const std::vector& args); + + bool update(const std::vector& args); }; } // namespace daemonize -- cgit v1.2.3