Add ShadowCash

This commit is contained in:
Manfred Karrer 2016-03-19 12:17:00 +01:00
parent af8609c923
commit 29682661fc

View file

@ -73,6 +73,7 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("ETH", "Ethereum")); result.add(new CryptoCurrency("ETH", "Ethereum"));
result.add(new CryptoCurrency("LTC", "Litecoin")); result.add(new CryptoCurrency("LTC", "Litecoin"));
result.add(new CryptoCurrency("DASH", "Dash")); result.add(new CryptoCurrency("DASH", "Dash"));
result.add(new CryptoCurrency("SDC", "ShadowCash"));
result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("NMC", "Namecoin"));
result.add(new CryptoCurrency("NBT", "NuBits")); result.add(new CryptoCurrency("NBT", "NuBits"));
result.add(new CryptoCurrency("FAIR", "FairCoin")); result.add(new CryptoCurrency("FAIR", "FairCoin"));
@ -88,6 +89,7 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("LTC", "Litecoin")); result.add(new CryptoCurrency("LTC", "Litecoin"));
result.add(new CryptoCurrency("NMC", "Namecoin")); result.add(new CryptoCurrency("NMC", "Namecoin"));
result.add(new CryptoCurrency("DASH", "Dash")); result.add(new CryptoCurrency("DASH", "Dash"));
result.add(new CryptoCurrency("SDC", "ShadowCash"));
result.add(new CryptoCurrency("NBT", "NuBits")); result.add(new CryptoCurrency("NBT", "NuBits"));
result.add(new CryptoCurrency("NSR", "NuShares")); result.add(new CryptoCurrency("NSR", "NuShares"));
result.add(new CryptoCurrency("PPC", "Peercoin")); result.add(new CryptoCurrency("PPC", "Peercoin"));