1
0

minor fix, follow-up ee42e09387

This commit is contained in:
ThomasV
2024-12-20 15:33:47 +01:00
parent ac1c9f088d
commit 7113cec4c7

View File

@@ -252,7 +252,7 @@ class QEDaemon(AuthMixin, QObject):
self._current_wallet = QEWallet.getInstanceFor(wallet)
self.availableWallets.updateWallet(self._path)
if wallet.requires_unlock():
wallet.unlock(password)
wallet.unlock(password or None)
self._loading = False
self.loadingChanged.emit()
self.walletLoaded.emit(self._name, self._path)