From 5b5017e26708c48cc1ba7bd3f1e0f0f70d6c6316 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 8 Jan 2017 11:14:11 +0000 Subject: rpc: add a command to get info about the current blockchain About the tip of the main chain, and the last N blocks --- 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 cc929db00..7763ebed0 100644 --- a/src/daemon/command_parser_executor.h +++ b/src/daemon/command_parser_executor.h @@ -121,6 +121,8 @@ public: bool print_coinbase_tx_sum(const std::vector& args); bool alt_chain_info(const std::vector& args); + + bool print_blockchain_dynamic_stats(const std::vector& args); }; } // namespace daemonize -- cgit v1.2.3