File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -1810,8 +1810,9 @@ impl<ChanSigner: ChannelKeys> Channel<ChanSigner> {
1810
1810
}
1811
1811
1812
1812
if !self . channel_outbound {
1813
- // `+1` for this HTLC, `2 *` and `+1` fee spike buffer we keep for the remote (this deviates from the spec
1814
- // but should help protect us from stuck channels).
1813
+ // `+1` for this HTLC, `2 *` and `+1` fee spike buffer we keep for the remote. This deviates from the
1814
+ // spec because in the spec, the fee spike buffer requirement doesn't exist on the receiver's side,
1815
+ // only on the sender's.
1815
1816
// Note that when we eventually remove support for fee updates and switch to anchor output fees,
1816
1817
// we will drop the `2 *`, since we no longer be as sensitive to fee spikes. But, keep the extra +1
1817
1818
// as we should still be able to afford adding this HTLC plus one more future HTLC, regardless of
You can’t perform that action at this time.
0 commit comments