Update electrum_wallet.dart (#1664)
Serhii committed
Sep 10, 2024 at 21:39 UTC
215e7851981819166d53bf970777c70338bb2292
1 file changed
+2
cw_bitcoin/lib/electrum_wallet.dart
+2
@@ -1089,6 +1089,8 @@ abstract class ElectrumWalletBase
1089
});
1090
}
1091
1092
+ unspentCoins.removeWhere((utxo) => estimatedTx.utxos.any((e) => e.utxo.txHash == utxo.hash));
1093
+
1094
await updateBalance();
1095
});
1096
} catch (e) {