Fix fee percentiles indexing

This commit is contained in:
nymkappa 2023-02-20 11:59:38 +09:00
parent eceedf0bdf
commit b2eaa7efb1
No known key found for this signature in database
GPG Key ID: E155910B16E8BD04

View File

@ -74,7 +74,7 @@ class BlocksRepository {
block.extras.totalOutputs,
block.extras.totalInputAmt,
block.extras.totalOutputAmt,
JSON.stringify(block.extras.feePercentiles),
block.extras.feePercentiles ? JSON.stringify(block.extras.feePercentiles) : null,
block.extras.segwitTotalTxs,
block.extras.segwitTotalSize,
block.extras.segwitTotalWeight,