Update api.js
This commit is contained in:
@@ -400,7 +400,7 @@ function collectStats () {
|
|||||||
networkFee: config.blockUnlocker.networkFee || 0,
|
networkFee: config.blockUnlocker.networkFee || 0,
|
||||||
coin: config.coin,
|
coin: config.coin,
|
||||||
coinUnits: config.coinUnits,
|
coinUnits: config.coinUnits,
|
||||||
coinDecimalPlaces: config.coinDecimalPlaces || 4, // config.coinUnits.toString().length - 1,
|
coinDecimalPlaces: config.coinDecimalPlaces || 12, // config.coinUnits.toString().length - 1,
|
||||||
coinDifficultyTarget: config.coinDifficultyTarget,
|
coinDifficultyTarget: config.coinDifficultyTarget,
|
||||||
symbol: config.symbol,
|
symbol: config.symbol,
|
||||||
depth: config.blockUnlocker.depth,
|
depth: config.blockUnlocker.depth,
|
||||||
|
|||||||
Reference in New Issue
Block a user