mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-23 06:24:41 -04:00
remove USDT-TRC20 from default main currencies (#1918)
This commit is contained in:
parent
348bfb7f38
commit
2045375f3e
1 changed files with 0 additions and 1 deletions
|
@ -207,7 +207,6 @@ public class CurrencyUtil {
|
|||
result.add(new CryptoCurrency("TRX", "Tron"));
|
||||
result.add(new CryptoCurrency("DAI-ERC20", "Dai Stablecoin"));
|
||||
result.add(new CryptoCurrency("USDT-ERC20", "Tether USD"));
|
||||
result.add(new CryptoCurrency("USDT-TRC20", "Tether USD"));
|
||||
result.add(new CryptoCurrency("USDC-ERC20", "USD Coin"));
|
||||
result.sort(TradeCurrency::compareTo);
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue