mirror of
https://github.com/bisq-network/bisq.git
synced 2024-11-19 18:03:12 +01:00
Add altcoin: 1CRedit
This commit is contained in:
parent
993b6d2d07
commit
d6add9ff85
@ -155,6 +155,7 @@ public class CurrencyUtil {
|
||||
result.add(new CryptoCurrency("VCN", "VCoin"));
|
||||
result.add(new CryptoCurrency("DCR", "Decred"));
|
||||
result.add(new CryptoCurrency("CBX", "Crypto Bullion"));
|
||||
result.add(new CryptoCurrency("1CR", "1CRedit"));
|
||||
|
||||
result.sort(TradeCurrency::compareTo);
|
||||
return result;
|
||||
|
Loading…
Reference in New Issue
Block a user