Merge pull request #3686
d003f07cspeedup get_output_histogram for all amounts when min_count > 0 (moneromooo-monero)df9d59cawallet2: add missing parameters to get_output_histogram (moneromooo-monero)
This commit is contained in:
@@ -1728,7 +1728,7 @@ namespace cryptonote
|
||||
std::map<uint64_t, std::tuple<uint64_t, uint64_t, uint64_t>> histogram;
|
||||
try
|
||||
{
|
||||
histogram = m_core.get_blockchain_storage().get_output_histogram(req.amounts, req.unlocked, req.recent_cutoff);
|
||||
histogram = m_core.get_blockchain_storage().get_output_histogram(req.amounts, req.unlocked, req.recent_cutoff, req.min_count);
|
||||
}
|
||||
catch (const std::exception &e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user