From 29682661fc70c31f0836c0accf43466113a422d3 Mon Sep 17 00:00:00 2001 From: Manfred Karrer Date: Sat, 19 Mar 2016 12:17:00 +0100 Subject: [PATCH] Add ShadowCash --- core/src/main/java/io/bitsquare/locale/CurrencyUtil.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java index 880e4256fb..b2ee97e1e9 100644 --- a/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java +++ b/core/src/main/java/io/bitsquare/locale/CurrencyUtil.java @@ -73,6 +73,7 @@ public class CurrencyUtil { result.add(new CryptoCurrency("ETH", "Ethereum")); result.add(new CryptoCurrency("LTC", "Litecoin")); result.add(new CryptoCurrency("DASH", "Dash")); + result.add(new CryptoCurrency("SDC", "ShadowCash")); result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("NBT", "NuBits")); result.add(new CryptoCurrency("FAIR", "FairCoin")); @@ -88,6 +89,7 @@ public class CurrencyUtil { result.add(new CryptoCurrency("LTC", "Litecoin")); result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("DASH", "Dash")); + result.add(new CryptoCurrency("SDC", "ShadowCash")); result.add(new CryptoCurrency("NBT", "NuBits")); result.add(new CryptoCurrency("NSR", "NuShares")); result.add(new CryptoCurrency("PPC", "Peercoin"));