Added Pinkcoin

This commit is contained in:
Manfred Karrer 2016-05-09 15:45:48 +02:00
parent a59dfbf2ea
commit cb1de4a9c9

View File

@ -111,8 +111,9 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("BIGUP", "BigUp"));
result.add(new CryptoCurrency("XPTX", "PlatinumBar"));
result.add(new CryptoCurrency("JBS", "Jumbucks"));
result.add(new CryptoCurrency("PINK", "Pinkcoin"));
//result.add(new CryptoCurrency("MKR", "Maker"));
// result.add(new CryptoCurrency("XMR", "Monero"));
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
return result;