1
0

implement wallet password change.

implement wallet delete (though actual wallet file delete is left out still)
This commit is contained in:
Sander van Grieken
2022-06-21 14:11:03 +02:00
parent e9a174711b
commit 9243f3b896
7 changed files with 202 additions and 21 deletions

View File

@@ -52,6 +52,8 @@ class QEAppController(QObject):
def on_wallet_loaded(self):
qewallet = self._qedaemon.currentWallet
if not qewallet:
return
# attach to the wallet user notification events
# connect only once
try: