mirror of
https://github.com/monero-project/monero.git
synced 2025-01-08 20:09:47 +00:00
parent
c9aad8a38b
commit
2f481da900
1 changed files with 2 additions and 0 deletions
|
@ -275,6 +275,8 @@ skip:
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
currsz += bd.size();
|
currsz += bd.size();
|
||||||
|
if (db->get_prunable_tx_blob(tx_id, bd))
|
||||||
|
currsz += bd.size();
|
||||||
currtxs++;
|
currtxs++;
|
||||||
if (do_hours)
|
if (do_hours)
|
||||||
txhr[currtm.tm_hour]++;
|
txhr[currtm.tm_hour]++;
|
||||||
|
|
Loading…
Reference in a new issue