From 852df543036aac5d0d24d3a31a24818ac4c114bd Mon Sep 17 00:00:00 2001 From: Chen Wei Date: Tue, 2 Jul 2019 15:44:40 +0800 Subject: revert replacing "ETH" with "TAN" --- ui/app/helpers/utils/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/app/helpers/utils/util.js') diff --git a/ui/app/helpers/utils/util.js b/ui/app/helpers/utils/util.js index 5f9856965..94fa9ad42 100644 --- a/ui/app/helpers/utils/util.js +++ b/ui/app/helpers/utils/util.js @@ -137,7 +137,7 @@ function parseBalance (balance) { // Takes wei hex, returns an object with three properties. // Its "formatted" property is what we generally use to render values. -function formatBalance (balance, decimalsToKeep, needsParse = true, ticker = 'TAN') { +function formatBalance (balance, decimalsToKeep, needsParse = true, ticker = 'ETH') { var parsed = needsParse ? parseBalance(balance) : balance.split('.') var beforeDecimal = parsed[0] var afterDecimal = parsed[1] -- cgit v1.2.3