mirror of
https://github.com/lightning/bolts.git
synced 2025-01-19 05:33:37 +01:00
revoke_and_ack is acknowledged by closing_signed
This commit is contained in:
parent
e6aa70ebc0
commit
373de09154
@ -873,7 +873,7 @@ lists the acknowledgement conditions for each message:
|
||||
* `funding_locked`: acknowledged by `update_` messages, `commitment_signed`, `revoke_and_ack` or `shutdown` messages.
|
||||
* `update_` messages: acknowledged by `revoke_and_ack`.
|
||||
* `commitment_signed`: acknowledged by `revoke_and_ack`.
|
||||
* `revoke_and_ack`: acknowledged by `shutdown` or `commitment_signed`
|
||||
* `revoke_and_ack`: acknowledged by `shutdown`, `commitment_signed` or `closing_signed`
|
||||
* `shutdown`: acknowledged by `closing_signed` or `revoke_and_ack`.
|
||||
|
||||
The last `closing_signed` (if any) must always be retransmitted, as there
|
||||
|
Loading…
Reference in New Issue
Block a user