1
0

raise exception when seed version does not match

This commit is contained in:
ThomasV
2014-11-15 14:42:35 +01:00
parent 9b28ed9ba0
commit 6d8eebe2db
2 changed files with 2 additions and 2 deletions

View File

@@ -154,6 +154,7 @@ class ElectrumGui:
try:
wallet = Wallet(storage)
except BaseException as e:
traceback.print_exc(file=sys.stdout)
QMessageBox.warning(None, _('Warning'), str(e), _('OK'))
return
action = wallet.get_action()