Skip to content

Commit

Permalink
Change Myriadcoin ticker symbol as it conflicts with Malaysian ringgit
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed Apr 28, 2016
1 parent f9983a4 commit 1ffb8f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/io/bitsquare/locale/CurrencyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ public static List<CryptoCurrency> createAllSortedCryptoCurrenciesList() {
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"));
Expand Down

0 comments on commit 1ffb8f2

Please sign in to comment.