mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-24 11:18:35 +00:00
rpc: add missing perf timer for get_output_distribution
This commit is contained in:
parent
41a66bf05b
commit
bc4d53bece
@ -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…
x
Reference in New Issue
Block a user