Change Myriadcoin ticker symbol as it conflicts with Malaysian ringgit

This commit is contained in:
Manfred Karrer 2016-04-28 20:38:15 +02:00
parent f9983a4e19
commit 1ffb8f2c65

View File

@ -102,7 +102,7 @@ public class CurrencyUtil {
result.add(new CryptoCurrency("VRC", "VeriCoin"));
result.add(new CryptoCurrency("ESP", "Espers"));
result.add(new CryptoCurrency("XVG", "Verge"));
result.add(new CryptoCurrency("MYR", "Myriadcoin"));
result.add(new CryptoCurrency("MYRC", "Myriadcoin"));
result.add(new CryptoCurrency("MXT", "MarteXcoin"));
result.add(new CryptoCurrency("GRS", "Groestlcoin"));
result.add(new CryptoCurrency("IOC", "I/O Coin"));