Remove USDT from documentation about "supported crypto currencies".

This commit is contained in:
Matthias 2024-01-02 09:47:55 +01:00
parent 2c3cef5dee
commit 9030e1041f
2 changed files with 2 additions and 2 deletions

View File

@ -572,7 +572,7 @@ In addition to fiat currencies, a range of crypto currencies is supported.
The valid values are: The valid values are:
```json ```json
"BTC", "ETH", "XRP", "LTC", "BCH", "USDT" "BTC", "ETH", "XRP", "LTC", "BCH", "BNB"
``` ```
## Using Dry-run mode ## Using Dry-run mode

View File

@ -105,7 +105,7 @@ SUPPORTED_FIAT = [
"EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY", "EUR", "GBP", "HKD", "HUF", "IDR", "ILS", "INR", "JPY",
"KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN", "KRW", "MXN", "MYR", "NOK", "NZD", "PHP", "PKR", "PLN",
"RUB", "UAH", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR", "RUB", "UAH", "SEK", "SGD", "THB", "TRY", "TWD", "ZAR",
"USD", "BTC", "ETH", "XRP", "LTC", "BCH" "USD", "BTC", "ETH", "XRP", "LTC", "BCH", "BNB"
] ]
MINIMAL_CONFIG = { MINIMAL_CONFIG = {