File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -872,9 +872,9 @@ bootstrap phase of the network.
872
872
The node _ responsible_ for paying the Bitcoin fee should maintain a "fee
873
873
spike buffer" on top of its reserve to accommodate a future fee increase.
874
874
Without this buffer, the node _ responsible_ for paying the Bitcoin fee may
875
- reach a state where it is unable to receive any non-dust HTLC while maintaining
876
- its channel reserve (because of the increased weight of the commitment transaction),
877
- resulting in a degraded channel. See [ #728 ] ( https://github.com/lightningnetwork/lightning-rfc/issues/728 )
875
+ reach a state where it is unable to send or receive any non-dust HTLC while
876
+ maintaining its channel reserve (because of the increased weight of the
877
+ commitment transaction), resulting in a degraded channel. See [ #728 ] ( https://github.com/lightningnetwork/lightning-rfc/issues/728 )
878
878
for more details.
879
879
880
880
### Removing an HTLC: ` update_fulfill_htlc ` , ` update_fail_htlc ` , and ` update_fail_malformed_htlc `
You can’t perform that action at this time.
0 commit comments