Skip to content

Commit

Permalink
fixup: don't require exact retransmission if last commit not received…
Browse files Browse the repository at this point in the history
…: you can just start from prev.

Reported-by: pm47
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
  • Loading branch information
rustyrussell committed Jun 19, 2017
1 parent 2b2cddf commit 3f9748b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions 02-peer-protocol.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3f9748b

Please sign in to comment.