Skip to content

Commit 909286c

Browse files
committed
chore: luno - remove unnecessary config
1 parent 5efad94 commit 909286c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

freqtrade/exchange/luno.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class Luno(Exchange):
1818
"""
1919

2020
_ft_has: FtHas = {
21-
"ohlcv_candle_limit": 1000,
2221
"ohlcv_has_history": False, # Only provides the last 1000 candles
2322
"always_require_api_keys": True, # Requires API keys to fetch candles
2423
"trades_has_history": False, # Only the last 24h are available

0 commit comments

Comments
 (0)