File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -2608,6 +2608,9 @@ A sending node:
26082608 - MAY fail the channel
26092609
26102610A receiving node:
2611+ - if ` zero_fee_commitments ` is used:
2612+ - MUST ignore the message.
2613+ - SHOULD send a ` warning ` and disconnect.
26112614 - if the ` update_fee ` is too low for timely processing, OR is unreasonably large:
26122615 - MUST send a ` warning ` and close the connection, or send an
26132616 ` error ` and fail the channel.
Original file line number Diff line number Diff line change @@ -316,8 +316,8 @@ Before the commitment transaction outputs are determined:
316316 - the base fee MUST be subtracted from the ` to_local ` or ` to_remote ` output,
317317 as specified in [ Fee Calculation] ( #fee-calculation ) .
318318 - if ` option_anchors ` applies:
319- - the ` to_local_anchor ` output value MUST be subtracted from the ` to_local ` output.
320- - the ` to_remote_anchor ` output value MUST be subtracted from the ` to_remote ` output.
319+ - the ` to_local_anchor ` output value MUST be subtracted from the funder's output.
320+ - the ` to_remote_anchor ` output value MUST be subtracted from the funder's output.
321321
322322The commitment transaction:
323323 - if the amount of the commitment transaction ` to_local ` output would be
You can’t perform that action at this time.
0 commit comments