Update Myriad ticker, MYR->XMY

Since MYR conflicts with Malaysian Ringgit, Myriad will be transitioning to XMY
This commit is contained in:
cryptapus 2016-06-23 07:38:08 -05:00 committed by GitHub
parent 0499d7fa51
commit a82a528159

View File

@ -106,7 +106,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("MYRC", "Myriadcoin")); result.add(new CryptoCurrency("XMY", "Myriadcoin"));
result.add(new CryptoCurrency("MXT", "MarteXcoin")); result.add(new CryptoCurrency("MXT", "MarteXcoin"));
result.add(new CryptoCurrency("GRS", "Groestlcoin")); result.add(new CryptoCurrency("GRS", "Groestlcoin"));
result.add(new CryptoCurrency("IOC", "I/O Coin")); result.add(new CryptoCurrency("IOC", "I/O Coin"));