Skip to content

Commit daeab32

Browse files
authored
Merge pull request binance-exchange#349 from erenmeren/patch-1
Update FIAT_CURRENCY list
2 parents 23a003c + e37c287 commit daeab32

File tree

1 file changed

+1
-1
lines changed
  • src/main/java/com/binance/api/client/constant

1 file changed

+1
-1
lines changed

src/main/java/com/binance/api/client/constant/Util.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public final class Util {
1313
/**
1414
* List of fiat currencies.
1515
*/
16-
public static final List<String> FIAT_CURRENCY = Collections.unmodifiableList(Arrays.asList("USDT", "BUSD", "PAX", "TUSD", "USDC", "NGN", "RUB", "USDS, TRY"));
16+
public static final List<String> FIAT_CURRENCY = Collections.unmodifiableList(Arrays.asList("USDT", "BUSD", "PAX", "TUSD", "USDC", "NGN", "RUB", "USDS", "TRY"));
1717

1818
public static final String BTC_TICKER = "BTC";
1919

0 commit comments

Comments
 (0)