Update api.js

This commit is contained in:
Interchained
2021-01-04 13:04:12 -05:00
committed by GitHub
parent 0b8755882d
commit 8cc16234a5

View File

@@ -400,7 +400,7 @@ function collectStats () {
networkFee: config.blockUnlocker.networkFee || 0,
coin: config.coin,
coinUnits: config.coinUnits,
coinDecimalPlaces: config.coinDecimalPlaces || 4, // config.coinUnits.toString().length - 1,
coinDecimalPlaces: config.coinDecimalPlaces || 12, // config.coinUnits.toString().length - 1,
coinDifficultyTarget: config.coinDifficultyTarget,
symbol: config.symbol,
depth: config.blockUnlocker.depth,