Add Myriadcoin

This commit is contained in:
Manfred Karrer 2016-04-25 22:42:32 +02:00
parent 73131e0c18
commit 01955a0ef6

View file

@ -116,6 +116,7 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("VRC", "VeriCoin")); result.add(new CryptoCurrency("VRC", "VeriCoin"));
result.add(new CryptoCurrency("ESP", "Espers")); result.add(new CryptoCurrency("ESP", "Espers"));
result.add(new CryptoCurrency("XVG", "Verge")); result.add(new CryptoCurrency("XVG", "Verge"));
result.add(new CryptoCurrency("MYR", "Myriadcoin"));
// result.add(new CryptoCurrency("XMR", "Monero")); // result.add(new CryptoCurrency("XMR", "Monero"));
// result.add(new CryptoCurrency("BCN", "Bytecoin")); // result.add(new CryptoCurrency("BCN", "Bytecoin"));