chore: add wallet migration timing log

This commit is contained in:
Matthias
2025-06-20 06:49:44 +02:00
parent 1f32dbef9a
commit 235c46ae12
@@ -23,8 +23,9 @@ def migrate_wallet_history(config: Config, exchange: Exchange):
if KeyValueStore.get_int_value("wallet_history_migration"):
logger.debug("Wallet history migration already completed.")
return
logger.info("Starting wallet history migration...")
_migrate_wallet_history(config, exchange)
logger.info("Wallet history migration completed.")
KeyValueStore.store_value("wallet_history_migration", 1)