mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-12-23 03:49: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);
|
key: '${walletId}_wallet', value: walletOpen);
|
||||||
|
|
||||||
await updateNode();
|
await updateNode();
|
||||||
await updateBalance();
|
// unawaited(updateBalance());
|
||||||
// TODO: is there anything else that should be set up here whenever this wallet is first loaded again?
|
// 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,
|
value: stringConfig,
|
||||||
);
|
);
|
||||||
|
|
||||||
await refresh();
|
unawaited(refresh());
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue