mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-17 17:57:40 +00:00
epic index fix
This commit is contained in:
parent
3d4d57a97c
commit
5e592f8d29
1 changed files with 2 additions and 0 deletions
|
@ -1061,6 +1061,8 @@ class EpicCashWallet extends CoinServiceAPI
|
||||||
await Future.wait([
|
await Future.wait([
|
||||||
epicUpdateRestoreHeight(bufferedCreateHeight),
|
epicUpdateRestoreHeight(bufferedCreateHeight),
|
||||||
updateCachedIsFavorite(false),
|
updateCachedIsFavorite(false),
|
||||||
|
epicUpdateReceivingIndex(0),
|
||||||
|
epicUpdateChangeIndex(0),
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue