Browse Source

Update 'src/firsttimewizard.cpp'

pull/72/head
onryo 2 years ago
parent
commit
532b308a2f
  1. 1
      src/firsttimewizard.cpp

1
src/firsttimewizard.cpp

@ -175,7 +175,6 @@ NewOrRestorePage::NewOrRestorePage(FirstTimeWizard *parent) : QWizardPage(parent
form.radioRestoreWallet->setEnabled(true);
form.radioNewWallet->setEnabled(true);
form.radioNewWallet->setChecked(true);
parent->button(QWizard::NextButton)->setEnabled(false);
int length = passphrase.length();

Loading…
Cancel
Save