From 240f914cdec2c65e08a5449059dc706e1666bb7b Mon Sep 17 00:00:00 2001 From: Pierre-Marie Padiou Date: Wed, 1 Feb 2017 13:52:52 +0100 Subject: [PATCH] BOLT 2: fixed broken table of contents --- 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 2a0e019..ce98dcb 100644 --- a/02-peer-protocol.md +++ b/02-peer-protocol.md @@ -17,7 +17,7 @@ operation, and closing. * [Normal Operation](#normal-operation) * [Risks With HTLC Timeouts](#risks-with-htlc-timeouts) * [Adding an HTLC: `update_add_htlc`](#adding-an-htlc-update_add_htlc) - * [Removing an HTLC: `update_fulfill_htlc` and `update_fail_htlc`](#removing-an-htlc-update_fulfill_htlc-and-update_fail_htlc) + * [Removing an HTLC: `update_fulfill_htlc`, `update_fail_htlc` and `update_fail_malformed_htlc`](#removing-an-htlc-update_fulfill_htlc-update_fail_htlc-and-update_fail_malformed_htlc) * [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)