epic bugfix

This commit is contained in:
julian 2023-01-16 16:56:24 -06:00
parent 6ac6dc2724
commit 203cd12678

View file

@ -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),
]); ]);