mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:40:43 -04:00
changed params from start/end index to height/count
This commit is contained in:
parent
e95d3f359b
commit
dd6c44327b
10 changed files with 27 additions and 27 deletions
|
@ -134,7 +134,7 @@ public:
|
|||
|
||||
bool output_histogram(uint64_t min_count, uint64_t max_count);
|
||||
|
||||
bool print_coinbase_tx_sum(uint64_t start_block_index, uint64_t end_block_index);
|
||||
bool print_coinbase_tx_sum(uint64_t height, uint64_t count);
|
||||
};
|
||||
|
||||
} // namespace daemonize
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue