Skip to content

Commit 974063d

Browse files
committed
f - Change FIXME to TODO(taproot)
1 parent 8965426 commit 974063d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/interactivetxs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ pub(super) fn calculate_change_output_value(
19161916
weight = weight.saturating_add(get_output_weight(shared_output_funding_script).to_wu());
19171917
weight = weight.saturating_add(TX_COMMON_FIELDS_WEIGHT);
19181918
if is_splice {
1919-
// FIXME: Needs to consider different weights based on channel type
1919+
// TODO(taproot): Needs to consider different weights based on channel type
19201920
weight = weight.saturating_add(FUNDING_TRANSACTION_WITNESS_WEIGHT);
19211921
}
19221922
}

0 commit comments

Comments
 (0)