Fix #3145 Update Ethereum to Ether asset name

Signed-off-by: Eric Dvorsak <eric@dvorsak.fr>
This commit is contained in:
Hanwen Cheng 2018-02-04 21:52:14 +01:00 committed by Eric Dvorsak
parent 054737017f
commit 3b6b987db4
No known key found for this signature in database
GPG Key ID: 932AC1CE5F05DE0C
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
(defn- asset-border [color]
{:border-color color :border-width 1 :border-radius 32})
(def ethereum {:name "Ethereum"
(def ethereum {:name "Ether"
:symbol :ETH
:decimals 18
:icon {:source (js/require "./resources/images/assets/ethereum.png")