We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b76a556 commit ec60dc2Copy full SHA for ec60dc2
core/src/main/java/haveno/core/locale/CurrencyUtil.java
@@ -207,7 +207,6 @@ public static List<CryptoCurrency> getMainCryptoCurrencies() {
207
result.add(new CryptoCurrency("TRX", "Tron"));
208
result.add(new CryptoCurrency("DAI-ERC20", "Dai Stablecoin"));
209
result.add(new CryptoCurrency("USDT-ERC20", "Tether USD"));
210
- result.add(new CryptoCurrency("USDT-TRC20", "Tether USD"));
211
result.add(new CryptoCurrency("USDC-ERC20", "USD Coin"));
212
result.sort(TradeCurrency::compareTo);
213
return result;
0 commit comments