Added Creditbit

This commit is contained in:
Manfred Karrer 2016-04-29 10:49:12 +02:00
parent 913c29a2db
commit 60289553d5

View File

@ -107,7 +107,8 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("GRS", "Groestlcoin"));
result.add(new CryptoCurrency("IOC", "I/O Coin"));
result.add(new CryptoCurrency("SIB", "Sibcoin"));
result.add(new CryptoCurrency("CRBIT", "Creditbit"));
// result.add(new CryptoCurrency("XMR", "Monero"));
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
return result;