chore: improved logging for clarity on startup wait

This commit is contained in:
Matthias
2026-01-27 07:19:45 +01:00
parent fa48910e96
commit ab2e0e6d6f
@@ -49,12 +49,16 @@ def _migrate_wallet_history(config: Config, exchange: Exchange, starting_balance
)
pairlist_valid = [p for p in pairlist if p in exchange.markets]
logger.info("Wallet History migration: Fetching OHLCV data ...")
data = exchange.refresh_latest_ohlcv(
[(p, timeframe, config["candle_type_def"]) for p in pairlist_valid],
since_ms=dt_ts(min_date),
cache=False,
drop_incomplete=False,
)
logger.info(
"Wallet History migration: Done fetching OHLCV data for wallet history migration..."
)
dfs = []
# Combine all dataframes into one using the open rate