Skip to content

Commit ec60dc2

Browse files
committed
remove USDT-TRC20 from default main currencies
1 parent b76a556 commit ec60dc2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

core/src/main/java/haveno/core/locale/CurrencyUtil.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ public static List<CryptoCurrency> getMainCryptoCurrencies() {
207207
result.add(new CryptoCurrency("TRX", "Tron"));
208208
result.add(new CryptoCurrency("DAI-ERC20", "Dai Stablecoin"));
209209
result.add(new CryptoCurrency("USDT-ERC20", "Tether USD"));
210-
result.add(new CryptoCurrency("USDT-TRC20", "Tether USD"));
211210
result.add(new CryptoCurrency("USDC-ERC20", "USD Coin"));
212211
result.sort(TradeCurrency::compareTo);
213212
return result;

0 commit comments

Comments
 (0)