mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
refresh_latest_trades
: removes TODO
This commit is contained in:
parent
839827c0d7
commit
f99e8f18bc
|
@ -2643,10 +2643,6 @@ class Exchange:
|
|||
)
|
||||
|
||||
# from_id overrules with exchange set to id paginate
|
||||
# TODO: DEBUG:
|
||||
# since_ms = 1698060269000
|
||||
# from_id = None
|
||||
# TODO: /DEBUG
|
||||
[_, new_ticks] = self.get_historic_trades(
|
||||
pair,
|
||||
since=since_ms if since_ms else first_candle_ms,
|
||||
|
|
Loading…
Reference in New Issue
Block a user