From 4ea16e840beaa78d8c981dcb7c789084b7edf737 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Fri, 22 Apr 2016 21:24:50 +0200 Subject: [PATCH] Add Espers --- core/src/main/java/io/bitsquare/locale/CurrencyUtil.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index 75616181fd..c0eb694886 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -114,6 +114,7 @@ public class CurrencyUtil { result.add(new CryptoCurrency("CLOAK", "CloakCoin")); result.add(new CryptoCurrency("EGC", "EverGreenCoin")); result.add(new CryptoCurrency("VRC", "VeriCoin")); + result.add(new CryptoCurrency("ESP", "Espers")); // result.add(new CryptoCurrency("XMR", "Monero")); // result.add(new CryptoCurrency("BCN", "Bytecoin"));