mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-10 20:54:33 +00:00
ensure no rescan flag on newly created or restored firo wallets
This commit is contained in:
parent
8c91e0f3b8
commit
bd090a3e92
1 changed files with 2 additions and 5 deletions
|
@ -1896,11 +1896,7 @@ class FiroWallet extends CoinServiceAPI
|
|||
await Future.wait([
|
||||
updateCachedId(walletId),
|
||||
updateCachedIsFavorite(false),
|
||||
DB.instance.put<dynamic>(
|
||||
boxName: walletId,
|
||||
key: _lelantusCoinIsarRescanRequired,
|
||||
value: false,
|
||||
),
|
||||
setLelantusCoinIsarRescanRequiredDone(),
|
||||
]);
|
||||
}
|
||||
|
||||
|
@ -4133,6 +4129,7 @@ class FiroWallet extends CoinServiceAPI
|
|||
maxNumberOfIndexesToCheck,
|
||||
false,
|
||||
);
|
||||
await setLelantusCoinIsarRescanRequiredDone();
|
||||
|
||||
await compute(
|
||||
_setTestnetWrapper,
|
||||
|
|
Loading…
Reference in a new issue