Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/cake-tech/cake_wallet into …
Browse files Browse the repository at this point in the history
…mweb
  • Loading branch information
fossephate committed Sep 10, 2024
2 parents 69332b3 + 215e785 commit d8d26a0
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 @@ -1113,6 +1113,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 d8d26a0

Please sign in to comment.