mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-23 00:18:34 +00:00
rpc: add missing perf timer for get_output_distribution
This commit is contained in:
parent
cf1bc8c98f
commit
29954e88f3
@ -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