From dee77a6752296acf002d5029eafe2ca210334500 Mon Sep 17 00:00:00 2001
From: Matthew Fosse <matt@fosse.co>
Date: Mon, 1 Jul 2024 09:00:41 -0700
Subject: [PATCH] updates

---
 cw_bitcoin/lib/litecoin_wallet.dart | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/cw_bitcoin/lib/litecoin_wallet.dart b/cw_bitcoin/lib/litecoin_wallet.dart
index 8fe0d2295..3e11d27f6 100644
--- a/cw_bitcoin/lib/litecoin_wallet.dart
+++ b/cw_bitcoin/lib/litecoin_wallet.dart
@@ -209,10 +209,12 @@ abstract class LitecoinWalletBase extends ElectrumWallet with Store {
     bool? usingElectrs,
   }) async {
     await mwebUtxosBox.clear();
+    transactionHistory.clear();
     mwebUtxosHeight = height;
     walletInfo.restoreHeight = height;
     await walletInfo.save();
-    processMwebUtxos();
+    // processMwebUtxos();
+    await startSync();
   }
 
   @override