rpc: new function and RPC to get alternative chain info

This commit is contained in:
moneromooo-monero 2016-12-17 11:25:15 +00:00
parent 29735c8f8f
commit 55fa0479a0
No known key found for this signature in database
GPG key ID: 686F07454D6CEFC3
10 changed files with 147 additions and 0 deletions

View file

@ -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