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"));