qml: fix exception handler register opened wallet
This commit is contained in:
@@ -86,6 +86,10 @@ class QEAppController(BaseCrashReporter, QObject):
|
|||||||
qewallet = self._qedaemon.currentWallet
|
qewallet = self._qedaemon.currentWallet
|
||||||
if not qewallet:
|
if not qewallet:
|
||||||
return
|
return
|
||||||
|
|
||||||
|
# register wallet in Exception_Hook
|
||||||
|
Exception_Hook.maybe_setup(config=qewallet.wallet.config, wallet=qewallet.wallet)
|
||||||
|
|
||||||
# attach to the wallet user notification events
|
# attach to the wallet user notification events
|
||||||
# connect only once
|
# connect only once
|
||||||
try:
|
try:
|
||||||
|
|||||||
Reference in New Issue
Block a user