qml wizard: fix restoring from old mpk (watchonly for "old" seeds)
fixes https://github.com/spesmilo/electrum/issues/8356
This commit is contained in:
@@ -108,7 +108,7 @@ class QENewWalletWizard(NewWalletWizard, QEAbstractWizard):
|
||||
|
||||
self.createSuccess.emit()
|
||||
except Exception as e:
|
||||
self._logger.error(repr(e))
|
||||
self._logger.error(f"createStorage errored: {e!r}")
|
||||
self.createError.emit(str(e))
|
||||
|
||||
class QEServerConnectWizard(ServerConnectWizard, QEAbstractWizard):
|
||||
|
||||
Reference in New Issue
Block a user