mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-24 17:38:09 -07:00
mempool: fixes
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user