Merge pull request #2165

8db68a57 Fix #2164 histogram output (Howard Chu)
release-v0.4.0.1
Riccardo Spagni 7 years ago
commit 921ebdce45
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -966,7 +966,7 @@ bool t_rpc_command_executor::print_transaction_pool_stats() {
denom = n-1;
for (i=0; i<denom; i++)
times[i] = i * numer / denom;
times[i] = res.pool_stats.oldest;
times[i] = now - res.pool_stats.oldest;
} else
{
numer = now - res.pool_stats.oldest;

Loading…
Cancel
Save