mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-22 14:42:37 +01:00
Update CurrencyUtil.java
add BURST+STEEM to the list of removed assets
This commit is contained in:
parent
ee7864bc34
commit
5aa22cef93
1 changed files with 2 additions and 0 deletions
|
@ -154,6 +154,8 @@ public class CurrencyUtil {
|
|||
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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue