Skip to content

Commit 6849b77

Browse files
committed
ln: Fix comment on next_local_commit_tx_fee_msat
1 parent d41bc6d commit 6849b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/ln/channel.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5044,7 +5044,7 @@ where
50445044
/// Get the commitment tx fee for the local's (i.e. our) next commitment transaction based on the
50455045
/// number of pending HTLCs that are on track to be in our next commitment tx.
50465046
///
5047-
/// Optionally includes the `HTLCCandidate` given by `htlc` and an additional non-dust HTLC if
5047+
/// Includes the `HTLCCandidate` given by `htlc` and an additional non-dust HTLC if
50485048
/// `fee_spike_buffer_htlc` is `Some`.
50495049
///
50505050
/// The first extra HTLC is useful for determining whether we can accept a further HTLC, the

0 commit comments

Comments
 (0)