1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Support smaller decimals in currency-display

This commit is contained in:
Dan 2018-05-22 12:57:15 -02:30
parent 4f0b4eef50
commit 2eddb7b652

View File

@ -50,7 +50,7 @@ CurrencyDisplay.prototype.getValueToRender = function () {
fromNumericBase: 'hex',
toNumericBase: 'dec',
fromDenomination: 'WEI',
numberOfDecimals: 6,
numberOfDecimals: 9,
conversionRate,
})
}