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 8965426 commit 974063dCopy full SHA for 974063d
lightning/src/ln/interactivetxs.rs
@@ -1916,7 +1916,7 @@ pub(super) fn calculate_change_output_value(
1916
weight = weight.saturating_add(get_output_weight(shared_output_funding_script).to_wu());
1917
weight = weight.saturating_add(TX_COMMON_FIELDS_WEIGHT);
1918
if is_splice {
1919
- // FIXME: Needs to consider different weights based on channel type
+ // TODO(taproot): Needs to consider different weights based on channel type
1920
weight = weight.saturating_add(FUNDING_TRANSACTION_WITNESS_WEIGHT);
1921
}
1922
0 commit comments