rpc: add missing perf timer for get_output_distribution

This commit is contained in:
moneromooo-monero 2018-04-08 13:23:49 +01:00
parent 3a9290ba6f
commit 8c7363fbef
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 1 additions and 0 deletions

View File

@ -2078,6 +2078,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)