mirror of
https://github.com/monero-project/monero.git
synced 2026-01-01 15:36:08 -08:00
daemon: allow printing N blocks from the end of the chain
It's a very common usage (for my anyway) and avoids the need to get the current height, paste, subtract one, etc
This commit is contained in:
@@ -85,7 +85,7 @@ public:
|
||||
|
||||
bool print_connections();
|
||||
|
||||
bool print_blockchain_info(uint64_t start_block_index, uint64_t end_block_index);
|
||||
bool print_blockchain_info(int64_t start_block_index, uint64_t end_block_index);
|
||||
|
||||
bool set_log_level(int8_t level);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user