set fee_histogram to []
This commit is contained in:
parent
2e1348550e
commit
3a3392423d
@ -703,7 +703,8 @@ class Routes {
|
|||||||
res.json({
|
res.json({
|
||||||
count: info.size,
|
count: info.size,
|
||||||
vsize: info.bytes,
|
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