From 102d44a7b8bd41f486b7c812d161a57b3260f5df Mon Sep 17 00:00:00 2001 From: Matthias Date: Sat, 19 Oct 2024 12:35:23 +0200 Subject: [PATCH] chore: improve lbank comment message --- freqtrade/exchange/lbank.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freqtrade/exchange/lbank.py b/freqtrade/exchange/lbank.py index 2bb57daff..02156d2c2 100644 --- a/freqtrade/exchange/lbank.py +++ b/freqtrade/exchange/lbank.py @@ -16,6 +16,6 @@ class Lbank(Exchange): """ _ft_has: FtHas = { - "ohlcv_candle_limit": 1998, # Intentionally set lower than 2000 to avoid current_candle issue + "ohlcv_candle_limit": 1998, # lower than the allowed 2000 to avoid current_candle issue "trades_has_history": False, }