From 203cd126787a0c75f429b79f47d0a73b5bef60a7 Mon Sep 17 00:00:00 2001 From: julian Date: Mon, 16 Jan 2023 16:56:24 -0600 Subject: [PATCH] epic bugfix --- lib/services/coins/epiccash/epiccash_wallet.dart | 1 + 1 file changed, 1 insertion(+) 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), ]);