Skip to content

Commit

Permalink
Add PlatinumBar
Browse files Browse the repository at this point in the history
  • Loading branch information
ManfredKarrer committed May 5, 2016
1 parent 68143f5 commit bf8e3c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/java/io/bitsquare/locale/CurrencyUtil.java
Expand Up @@ -109,7 +109,8 @@ public static List<CryptoCurrency> createAllSortedCryptoCurrenciesList() {
result.add(new CryptoCurrency("SIB", "Sibcoin"));
result.add(new CryptoCurrency("CRBIT", "Creditbit"));
result.add(new CryptoCurrency("BIGUP", "BigUp"));

result.add(new CryptoCurrency("XPTX", "PlatinumBar"));

// result.add(new CryptoCurrency("XMR", "Monero"));
// result.add(new CryptoCurrency("BCN", "Bytecoin"));
return result;
Expand Down

0 comments on commit bf8e3c3

Please sign in to comment.