mirror of
https://github.com/monero-project/monero.git
synced 2025-05-10 14:14:59 -04:00
rpc: new function and RPC to get alternative chain info
This commit is contained in:
parent
29735c8f8f
commit
55fa0479a0
10 changed files with 147 additions and 0 deletions
|
@ -119,6 +119,8 @@ public:
|
|||
bool output_histogram(const std::vector<std::string>& args);
|
||||
|
||||
bool print_coinbase_tx_sum(const std::vector<std::string>& args);
|
||||
|
||||
bool alt_chain_info(const std::vector<std::string>& args);
|
||||
};
|
||||
|
||||
} // namespace daemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue