Skip to content

Commit

Permalink
Merge pull request #2680 from HarryMacfinned/update-removed-assets-list
Browse files Browse the repository at this point in the history
Update CurrencyUtil.java
  • Loading branch information
ripcurlx authored Apr 11, 2019
2 parents 0ac2cbf + 5aa22ce commit 781194c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/main/java/bisq/core/locale/CurrencyUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,8 @@ public static List<CryptoCurrency> getRemovedCryptoCurrencies() {
currencies.add(new CryptoCurrency("GRC", "Gridcoin"));
currencies.add(new CryptoCurrency("LTZ", "LitecoinZ"));
currencies.add(new CryptoCurrency("ZOC", "01coin"));
currencies.add(new CryptoCurrency("BURST", "Burstcoin"));
currencies.add(new CryptoCurrency("STEEM", "Steem"));
return currencies;
}

Expand Down

0 comments on commit 781194c

Please sign in to comment.