make it so we don't return on null derivationInfo

This commit is contained in:
Matthew Fosse 2024-04-29 16:53:53 -07:00
parent 24ffc4286a
commit c1a342382c

View file

@ -394,7 +394,6 @@ class WalletRestorePage extends BasePage {
this.derivationInfo = dInfo;
if (this.derivationInfo == null) {
this.derivationInfo = walletRestoreViewModel.getDefaultDerivation();
return;
}
walletRestoreViewModel.create(options: _credentials());