mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-01-03 09:29:48 +00:00
make it so we don't return on null derivationInfo
This commit is contained in:
parent
24ffc4286a
commit
c1a342382c
1 changed files with 0 additions and 1 deletions
|
@ -394,7 +394,6 @@ class WalletRestorePage extends BasePage {
|
||||||
this.derivationInfo = dInfo;
|
this.derivationInfo = dInfo;
|
||||||
if (this.derivationInfo == null) {
|
if (this.derivationInfo == null) {
|
||||||
this.derivationInfo = walletRestoreViewModel.getDefaultDerivation();
|
this.derivationInfo = walletRestoreViewModel.getDefaultDerivation();
|
||||||
return;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
walletRestoreViewModel.create(options: _credentials());
|
walletRestoreViewModel.create(options: _credentials());
|
||||||
|
|
Loading…
Reference in a new issue