ba/nano index violation error on restore fix

This commit is contained in:
julian 2024-01-14 16:15:13 -06:00
parent e1b583b16d
commit dab49bccc8

View file

@ -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();