diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 7c00c57ab..30d9359b2 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -963,9 +963,8 @@ MUST set `revocations_received` to one greater than the commitment number of the If `commitments_received` is one less than the commitment number of the last `commitment_signed` message the receiving node has sent, it -MUST send a set of `update_` messages against the prior commitment -transaction followed by `commitment_signed`, otherwise if -`commitments_received` is not equal to the commitment number of the +MUST reuse the same commitment number for its next `commitment_signed`, +otherwise if `commitments_received` is not equal to the commitment number of the last `commitment_signed` message the receiving node has sent, it SHOULD fail the channel.