epic index fix

This commit is contained in:
julian 2023-01-16 08:53:46 -06:00
parent 3d4d57a97c
commit 5e592f8d29

View file

@ -1061,6 +1061,8 @@ class EpicCashWallet extends CoinServiceAPI
await Future.wait([
epicUpdateRestoreHeight(bufferedCreateHeight),
updateCachedIsFavorite(false),
epicUpdateReceivingIndex(0),
epicUpdateChangeIndex(0),
]);
}