Skip to content

Commit f76a270

Browse files
committed
f Remove unnecessary second .
1 parent f83f683 commit f76a270

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
@@ -4415,7 +4415,7 @@ where
44154415
);
44164416

44174417
// `Some(())` is for the fee spike buffer we keep for the remote if the channel is
4418-
// not zero fee.. This deviates from the spec because the fee spike buffer requirement
4418+
// not zero fee. This deviates from the spec because the fee spike buffer requirement
44194419
// doesn't exist on the receiver's side, only on the sender's. Note that with anchor
44204420
// outputs we are no longer as sensitive to fee spikes, so we need to account for them.
44214421
//

0 commit comments

Comments
 (0)