mirror of
https://github.com/monero-project/monero.git
synced 2025-07-23 13:50:45 -04:00
daemon: use @N syntax to output_histogram for specific amounts
Makes debugging tx verification easier
This commit is contained in:
parent
86e9de588c
commit
b776c72568
3 changed files with 26 additions and 11 deletions
|
@ -137,7 +137,7 @@ public:
|
|||
|
||||
bool flush_txpool(const std::string &txid);
|
||||
|
||||
bool output_histogram(uint64_t min_count, uint64_t max_count);
|
||||
bool output_histogram(const std::vector<uint64_t> &amounts, uint64_t min_count, uint64_t max_count);
|
||||
|
||||
bool print_coinbase_tx_sum(uint64_t height, uint64_t count);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue