allow arbitrary derivations with bip39 seeds, to let multibit users recover funds
This commit is contained in:
@@ -453,7 +453,7 @@ class InstallWizard(QDialog, MessageBoxMixin, BaseWizard):
|
||||
line = QLineEdit()
|
||||
line.setText(default)
|
||||
def f(text):
|
||||
self.next_button.setEnabled(test(text))
|
||||
self.next_button.setEnabled(test(unicode(text)))
|
||||
line.textEdited.connect(f)
|
||||
vbox.addWidget(line)
|
||||
vbox.addWidget(WWLabel(warning))
|
||||
|
||||
Reference in New Issue
Block a user