mirror of
https://github.com/mempool/mempool.git
synced 2025-04-09 20:39:18 +02:00
set fee_histogram to []
This commit is contained in:
parent
2e1348550e
commit
3a3392423d
@ -703,7 +703,8 @@ class Routes {
|
||||
res.json({
|
||||
count: info.size,
|
||||
vsize: info.bytes,
|
||||
total_fee: info.total_fee * 1e8
|
||||
total_fee: info.total_fee * 1e8,
|
||||
fee_histogram: []
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user