We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0752151 commit 2f43c6dCopy full SHA for 2f43c6d
lightning/src/ln/interactivetxs.rs
@@ -2085,7 +2085,6 @@ pub(super) fn calculate_change_output_value(
2085
.get(txin.previous_output.vout as usize)
2086
.ok_or(AbortReason::PrevTxOutInvalid)?;
2087
total_input_satoshis = total_input_satoshis.saturating_add(output.value.to_sat());
2088
- // FIXME: Can we use the Weight from context.our_funding_inputs?
2089
let weight = estimate_input_weight(output).to_wu();
2090
our_funding_inputs_weight = our_funding_inputs_weight.saturating_add(weight);
2091
}
0 commit comments