mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-22 19:39:22 +00:00
prevent full epic sync on app load
This commit is contained in:
parent
36f090a1e7
commit
49d5a1eaf2
1 changed files with 2 additions and 2 deletions
|
@ -579,7 +579,7 @@ class EpiccashWallet extends Bip39Wallet {
|
|||
key: '${walletId}_wallet', value: walletOpen);
|
||||
|
||||
await updateNode();
|
||||
await updateBalance();
|
||||
// unawaited(updateBalance());
|
||||
// TODO: is there anything else that should be set up here whenever this wallet is first loaded again?
|
||||
}
|
||||
}
|
||||
|
@ -1074,7 +1074,7 @@ class EpiccashWallet extends Bip39Wallet {
|
|||
value: stringConfig,
|
||||
);
|
||||
|
||||
await refresh();
|
||||
unawaited(refresh());
|
||||
}
|
||||
|
||||
@override
|
||||
|
|
Loading…
Reference in a new issue