mirror of
https://github.com/mempool/mempool.git
synced 2025-09-20 04:01:45 +02:00
set fee_histogram to []
This commit is contained in:
@@ -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: []
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user