Update freqtrade/exchange/exchange.py
Co-authored-by: Matthias <xmatthias@outlook.com>
This commit is contained in:
parent
85fedf95e8
commit
48117666fe
@ -891,9 +891,8 @@ class Exchange:
|
|||||||
f"since: {since}, until: {until}, from_id: {from_id}")
|
f"since: {since}, until: {until}, from_id: {from_id}")
|
||||||
|
|
||||||
if until is None:
|
if until is None:
|
||||||
exchange_msec = ccxt.Exchange.milliseconds()
|
until = ccxt.Exchange.milliseconds()
|
||||||
logger.debug(f"Exchange milliseconds: {exchange_msec}")
|
logger.debug(f"Exchange milliseconds: {until}")
|
||||||
until = exchange_msec
|
|
||||||
|
|
||||||
if self._trades_pagination == 'time':
|
if self._trades_pagination == 'time':
|
||||||
return await self._async_get_trade_history_time(
|
return await self._async_get_trade_history_time(
|
||||||
|
Loading…
Reference in New Issue
Block a user