diff --git a/lib/services/coins/epiccash/epiccash_wallet.dart b/lib/services/coins/epiccash/epiccash_wallet.dart index bf98ddcb8..375f8de10 100644 --- a/lib/services/coins/epiccash/epiccash_wallet.dart +++ b/lib/services/coins/epiccash/epiccash_wallet.dart @@ -1055,6 +1055,7 @@ class EpicCashWallet extends CoinServiceAPI await Future.wait([ epicUpdateRestoreHeight(bufferedCreateHeight), updateCachedIsFavorite(false), + updateCachedId(walletId), epicUpdateReceivingIndex(0), epicUpdateChangeIndex(0), ]);