This commit is contained in:
Matthew Fosse 2024-09-10 14:00:56 -07:00
commit d8d26a00a4

View file

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