Skip to content

Commit 2f43c6d

Browse files
committed
f - drop FIXME
1 parent 0752151 commit 2f43c6d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/ln/interactivetxs.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,6 @@ pub(super) fn calculate_change_output_value(
20852085
.get(txin.previous_output.vout as usize)
20862086
.ok_or(AbortReason::PrevTxOutInvalid)?;
20872087
total_input_satoshis = total_input_satoshis.saturating_add(output.value.to_sat());
2088-
// FIXME: Can we use the Weight from context.our_funding_inputs?
20892088
let weight = estimate_input_weight(output).to_wu();
20902089
our_funding_inputs_weight = our_funding_inputs_weight.saturating_add(weight);
20912090
}

0 commit comments

Comments
 (0)