mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-22 18:44:31 +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();
|
||||
|
||||
await mainDB.putAddress(_cachedAddress!);
|
||||
await mainDB.updateOrPutAddresses([_cachedAddress!]);
|
||||
});
|
||||
|
||||
await refresh();
|
||||
|
|
Loading…
Reference in a new issue