mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-14 20:23:57 +00:00
chore: improve lbank comment message
This commit is contained in:
parent
c6fe8ae70c
commit
102d44a7b8
|
@ -16,6 +16,6 @@ class Lbank(Exchange):
|
||||||
"""
|
"""
|
||||||
|
|
||||||
_ft_has: FtHas = {
|
_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,
|
"trades_has_history": False,
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user