mempool: fixes

This commit is contained in:
nym21
2026-05-10 19:40:02 +02:00
parent dd6eca138b
commit 445c60a6f1
5 changed files with 11 additions and 40 deletions
+1 -2
View File
@@ -32,7 +32,7 @@ fn main() -> Result<()> {
"info.count={} txs={} unresolved={} addrs={} outpoints={} \
graveyard.tombstones={} graveyard.order={} \
snap.txs.len={} snap.blocks={} snap.blocks_txs={} \
rebuilds={} skip.clean={}",
rebuilds={}",
info_count,
stats.txs,
stats.unresolved,
@@ -44,7 +44,6 @@ fn main() -> Result<()> {
snapshot.blocks.len(),
blocks_tx_total,
stats.rebuilds,
stats.skip_cleans,
);
}
}