From 55fa0479a0db599d81500e57e355124f1fb9c05e Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sat, 17 Dec 2016 11:25:15 +0000 Subject: rpc: new function and RPC to get alternative chain info --- 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 93b1fab56..cc929db00 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -119,6 +119,8 @@ public: bool output_histogram(const std::vector& args); bool print_coinbase_tx_sum(const std::vector& args); + + bool alt_chain_info(const std::vector& args); }; } // namespace daemonize -- cgit v1.2.3