1
0

fix mnemonic decode

This commit is contained in:
thomasv
2013-10-31 15:40:10 +01:00
parent b9eb909554
commit 83b885c702
2 changed files with 20 additions and 13 deletions

View File

@@ -282,6 +282,8 @@ class InstallWizard(QDialog):
try:
wallet.init_seed(seed)
except:
import traceback
traceback.print_exc(file=sys.stdout)
QMessageBox.warning(None, _('Error'), _('Incorrect seed'), _('OK'))
return