mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-04-02 20:49:10 +00:00
[skip-ci] undo fix that didn't work
This commit is contained in:
parent
139bb329dc
commit
dddb54dcea
1 changed files with 8 additions and 8 deletions
|
@ -1121,15 +1121,15 @@ abstract class ElectrumWalletBase
|
|||
|
||||
BigInt fee = BigInt.from(estimatedTx.fee);
|
||||
|
||||
if ((spendsMweb || paysToMweb) && sendAll) {
|
||||
fee = BigInt.from(0);
|
||||
// if ((spendsMweb || paysToMweb) && sendAll) {
|
||||
// fee = BigInt.from(0);
|
||||
|
||||
outputsOverride = [
|
||||
BitcoinScriptOutput(
|
||||
script: outputs[0].toOutput.scriptPubKey,
|
||||
value: estimatedTx.utxos.sumOfUtxosValue())
|
||||
];
|
||||
}
|
||||
// outputsOverride = [
|
||||
// BitcoinScriptOutput(
|
||||
// script: outputs[0].toOutput.scriptPubKey,
|
||||
// value: estimatedTx.utxos.sumOfUtxosValue())
|
||||
// ];
|
||||
// }
|
||||
|
||||
txb = BitcoinTransactionBuilder(
|
||||
utxos: estimatedTx.utxos,
|
||||
|
|
Loading…
Reference in a new issue