qml wizard: "confirm seed" screen to normalize whitespaces
fixes https://github.com/spesmilo/electrum/issues/8442
This commit is contained in:
@@ -13,7 +13,7 @@ WizardComponent {
|
||||
valid: false
|
||||
|
||||
function checkValid() {
|
||||
var seedvalid = confirm.text == wizard_data['seed']
|
||||
var seedvalid = wizard.wiz.isMatchingSeed(wizard_data['seed'], confirm.text)
|
||||
var customwordsvalid = customwordstext.text == wizard_data['seed_extra_words']
|
||||
valid = seedvalid && (wizard_data['seed_extend'] ? customwordsvalid : true)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user