mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
chore: improve lbank comment message
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user