mirror of
https://github.com/monero-project/monero.git
synced 2026-01-18 15:46:59 -08:00
daemon: add optional arguments to alt_chain_info
>N limits display to alt chains with more than N blocks -N limits display to alt chains younger than N blocks
This commit is contained in:
@@ -145,7 +145,7 @@ public:
|
||||
|
||||
bool print_coinbase_tx_sum(uint64_t height, uint64_t count);
|
||||
|
||||
bool alt_chain_info(const std::string &tip);
|
||||
bool alt_chain_info(const std::string &tip, size_t above, uint64_t last_blocks);
|
||||
|
||||
bool print_blockchain_dynamic_stats(uint64_t nblocks);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user