Skip to content

Commit

Permalink
Update electrum_wallet.dart (#1664)
Browse files Browse the repository at this point in the history
  • Loading branch information
Serhii-Borodenko authored Sep 10, 2024
1 parent 125fdf8 commit 215e785
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cw_bitcoin/lib/electrum_wallet.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,8 @@ abstract class ElectrumWalletBase
});
}

unspentCoins.removeWhere((utxo) => estimatedTx.utxos.any((e) => e.utxo.txHash == utxo.hash));

await updateBalance();
});
} catch (e) {
Expand Down

0 comments on commit 215e785

Please sign in to comment.