mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
epic bugfix
This commit is contained in:
parent
6ac6dc2724
commit
203cd12678
1 changed files with 1 additions and 0 deletions
|
@ -1055,6 +1055,7 @@ class EpicCashWallet extends CoinServiceAPI
|
||||||
await Future.wait([
|
await Future.wait([
|
||||||
epicUpdateRestoreHeight(bufferedCreateHeight),
|
epicUpdateRestoreHeight(bufferedCreateHeight),
|
||||||
updateCachedIsFavorite(false),
|
updateCachedIsFavorite(false),
|
||||||
|
updateCachedId(walletId),
|
||||||
epicUpdateReceivingIndex(0),
|
epicUpdateReceivingIndex(0),
|
||||||
epicUpdateChangeIndex(0),
|
epicUpdateChangeIndex(0),
|
||||||
]);
|
]);
|
||||||
|
|
Loading…
Reference in a new issue