1
0
Fork 0
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:
lisa neigut 2018-09-21 17:42:41 -07:00 committed by Rusty Russell
parent 67b96de4ec
commit 5727c3dff0

View file

@ -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