set fee_histogram to []

This commit is contained in:
Antoni Spaanderman 2022-02-13 16:13:46 +01:00
parent 2e1348550e
commit 3a3392423d
No known key found for this signature in database
GPG Key ID: AE0B68E552E5DF8C

View File

@ -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: []
});
}