Update electrum_wallet.dart (#1664)
Some checks are pending
Cache Dependencies / test (push) Waiting to run

This commit is contained in:
Serhii 2024-09-10 21:39:07 +03:00 committed by GitHub
parent 125fdf8b62
commit 215e785198
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1089,6 +1089,8 @@ abstract class ElectrumWalletBase
});
}
unspentCoins.removeWhere((utxo) => estimatedTx.utxos.any((e) => e.utxo.txHash == utxo.hash));
await updateBalance();
});
} catch (e) {