From 67a4fea5275e6d70edc45f5d960561179c4750a1 Mon Sep 17 00:00:00 2001
From: Matthew Fosse <matt@fosse.co>
Date: Wed, 22 Jan 2025 17:14:41 -0800
Subject: [PATCH] finish porting over updates from other branch

---
 cw_bitcoin/lib/electrum_wallet.dart | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cw_bitcoin/lib/electrum_wallet.dart b/cw_bitcoin/lib/electrum_wallet.dart
index 2c1b65cae..d460dd33d 100644
--- a/cw_bitcoin/lib/electrum_wallet.dart
+++ b/cw_bitcoin/lib/electrum_wallet.dart
@@ -1414,7 +1414,7 @@ abstract class ElectrumWalletBase
       unspentCoins.forEach((coin) => addCoinInfo(coin));
     }
 
-    await updateCoins(unspentCoins);
+    unspentCoins = await updateCoinsWithInfoFromBox(updatedUnspentCoins);
     await _refreshUnspentCoinsInfo();
   }