rpc: add a command to get info about the current blockchain

About the tip of the main chain, and the last N blocks
This commit is contained in:
moneromooo-monero 2017-01-08 11:14:11 +00:00
parent 2806842200
commit 5b5017e267
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
7 changed files with 134 additions and 1 deletions

View file

@ -139,6 +139,8 @@ public:
bool print_coinbase_tx_sum(uint64_t height, uint64_t count);
bool alt_chain_info();
bool print_blockchain_dynamic_stats(uint64_t nblocks);
};
} // namespace daemonize