Don't request sorted candles from HitBTC.

Apparently hitBTC cannot properly handle this anymore.

closes #8214
This commit is contained in:
Matthias 2023-02-25 13:49:16 +01:00
parent c6455c4131
commit dc2cfee056
1 changed files with 0 additions and 1 deletions

View File

@ -19,5 +19,4 @@ class Hitbtc(Exchange):
_ft_has: Dict = {
"ohlcv_candle_limit": 1000,
"ohlcv_params": {"sort": "DESC"}
}