mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-01 22:39:03 -07:00
mempool: fixes
This commit is contained in:
@@ -36,6 +36,7 @@ impl Query {
|
||||
.map(|stats| {
|
||||
MempoolBlock::new(
|
||||
stats.tx_count,
|
||||
stats.total_size,
|
||||
stats.total_vsize,
|
||||
stats.total_fee,
|
||||
stats.fee_range,
|
||||
|
||||
Reference in New Issue
Block a user