We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93f5144 commit 7530c54Copy full SHA for 7530c54
rust/tw_utxo/src/compiler.rs
@@ -194,8 +194,7 @@ impl Compiler<StandardBitcoinContext> {
194
195
// Update the change amount in the `bitcoin` crate native transaction.
196
// This is required for the sighash calculation.
197
- tx.output.last_mut().expect("change output not set").value =
198
- change_output.value;
+ tx.output.last_mut().expect("change output not set").value = change_output.value;
199
}
200
201
// Calculate the effective fee.
0 commit comments