mirror of
https://github.com/bisq-network/bisq.git
synced 2025-02-24 15:10:44 +01:00
Add altcoin: YACCoin
This commit is contained in:
parent
d6add9ff85
commit
49e7d84905
1 changed files with 2 additions and 1 deletions
|
@ -156,7 +156,8 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("DCR", "Decred"));
|
||||
result.add(new CryptoCurrency("CBX", "Crypto Bullion"));
|
||||
result.add(new CryptoCurrency("1CR", "1CRedit"));
|
||||
|
||||
result.add(new CryptoCurrency("YACC", "YACCoin"));
|
||||
|
||||
result.sort(TradeCurrency::compareTo);
|
||||
return result;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue