From 5727c3dff05f8920893270f2e416f189c93fbf6b Mon Sep 17 00:00:00 2001 From: lisa neigut Date: Fri, 21 Sep 2018 17:42:41 -0700 Subject: [PATCH] peer-protocol: Add chan_reestablish message name to TOC Make it easier to tell at a glance what messages this BOLT concerns. --- 02-peer-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02-peer-protocol.md b/02-peer-protocol.md index 7cf9ebf..61db388 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -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