mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
rpc: add missing perf timer for get_output_distribution
This commit is contained in:
parent
41a66bf05b
commit
bc4d53bece
1 changed files with 1 additions and 0 deletions
|
@ -2082,6 +2082,7 @@ namespace cryptonote
|
|||
//------------------------------------------------------------------------------------------------------------------------------
|
||||
bool core_rpc_server::on_get_output_distribution(const COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::request& req, COMMAND_RPC_GET_OUTPUT_DISTRIBUTION::response& res, epee::json_rpc::error& error_resp)
|
||||
{
|
||||
PERF_TIMER(on_get_output_distribution);
|
||||
try
|
||||
{
|
||||
for (uint64_t amount: req.amounts)
|
||||
|
|
Loading…
Reference in a new issue