mirror of
https://github.com/lightning/bolts.git
synced 2025-03-10 09:10:07 +01:00
peer-protocol: Add chan_reestablish message name to TOC
Make it easier to tell at a glance what messages this BOLT concerns.
This commit is contained in:
parent
67b96de4ec
commit
5727c3dff0
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ operation, and closing.
|
|||
* [Committing Updates So Far: `commitment_signed`](#committing-updates-so-far-commitment_signed)
|
||||
* [Completing the Transition to the Updated State: `revoke_and_ack`](#completing-the-transition-to-the-updated-state-revoke_and_ack)
|
||||
* [Updating Fees: `update_fee`](#updating-fees-update_fee)
|
||||
* [Message Retransmission](#message-retransmission)
|
||||
* [Message Retransmission: `channel_reestablish` message](#message-retransmission)
|
||||
* [Authors](#authors)
|
||||
|
||||
# Channel
|
||||
|
|
Loading…
Add table
Reference in a new issue