mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 02:54:30 +00:00
ba/nano index violation error on restore fix
This commit is contained in:
parent
e1b583b16d
commit
dab49bccc8
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ mixin NanoInterface<T extends NanoCurrency> on Bip39Wallet<T> {
|
||||||
}
|
}
|
||||||
_cachedAddress = await _getAddressFromMnemonic();
|
_cachedAddress = await _getAddressFromMnemonic();
|
||||||
|
|
||||||
await mainDB.putAddress(_cachedAddress!);
|
await mainDB.updateOrPutAddresses([_cachedAddress!]);
|
||||||
});
|
});
|
||||||
|
|
||||||
await refresh();
|
await refresh();
|
||||||
|
|
Loading…
Reference in a new issue