mirror of
https://github.com/monero-project/monero.git
synced 2025-05-10 07:25:07 -04:00
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:
parent
2806842200
commit
5b5017e267
7 changed files with 134 additions and 1 deletions
|
@ -121,6 +121,8 @@ public:
|
|||
bool print_coinbase_tx_sum(const std::vector<std::string>& args);
|
||||
|
||||
bool alt_chain_info(const std::vector<std::string>& args);
|
||||
|
||||
bool print_blockchain_dynamic_stats(const std::vector<std::string>& args);
|
||||
};
|
||||
|
||||
} // namespace daemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue