1
0

followup 9e225d1: rm save_last_wallet call

This commit is contained in:
f321x
2025-06-02 15:07:22 +02:00
parent 9e225d1269
commit 58b0fdf199

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