1
0

qml wizard: fix restoring from old mpk (watchonly for "old" seeds)

fixes https://github.com/spesmilo/electrum/issues/8356
This commit is contained in:
SomberNight
2023-04-27 09:34:23 +00:00
parent 87909485c5
commit f5f177f7e8
3 changed files with 27 additions and 25 deletions

View File

@@ -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):