Skip to content

Commit bd86078

Browse files
committed
f - drop FIXME
1 parent b99da94 commit bd86078

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
@@ -1894,7 +1894,6 @@ pub(super) fn calculate_change_output_value(
18941894
.get(txin.previous_output.vout as usize)
18951895
.ok_or(AbortReason::PrevTxOutInvalid)?;
18961896
total_input_satoshis = total_input_satoshis.saturating_add(output.value.to_sat());
1897-
// FIXME: Can we use the Weight from context.our_funding_inputs?
18981897
let weight = estimate_input_weight(output).to_wu();
18991898
our_funding_inputs_weight = our_funding_inputs_weight.saturating_add(weight);
19001899
}

0 commit comments

Comments
 (0)