Browse Source

minor fix for restore dialog

283
ThomasV 11 years ago
parent
commit
029f33a47c
  1. 2
      gui/qt/installwizard.py

2
gui/qt/installwizard.py

@ -363,6 +363,8 @@ class InstallWizard(QDialog):
if t == 'standard':
text = self.enter_seed_dialog(True, None)
if not text:
return
if Wallet.is_seed(text):
password = self.password_dialog()
wallet = Wallet.from_seed(text, self.storage)

Loading…
Cancel
Save