Merge pull request #9886 from f321x/fix_last_wallet_exception

followup 9e225d1: rm save_last_wallet call
This commit is contained in:
ThomasV
2025-06-02 15:47:12 +02:00
committed by GitHub

View File

@@ -237,8 +237,6 @@ class QEDaemon(AuthMixin, QObject):
else:
self._logger.info('use single password disabled by config')
self.daemon.config.save_last_wallet(wallet)
run_hook('load_wallet', wallet)
success = True