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 f83f683 commit f76a270Copy full SHA for f76a270
lightning/src/ln/channel.rs
@@ -4415,7 +4415,7 @@ where
4415
);
4416
4417
// `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
+ // not zero fee. This deviates from the spec because the fee spike buffer requirement
4419
// doesn't exist on the receiver's side, only on the sender's. Note that with anchor
4420
// outputs we are no longer as sensitive to fee spikes, so we need to account for them.
4421
//
0 commit comments