From 112056fa8044e1fa6e4a005eec9802e2ae5bbd47 Mon Sep 17 00:00:00 2001 From: protolambda Date: Fri, 26 Mar 2021 22:38:52 +0100 Subject: [PATCH] add custom types to TOC --- specs/merge/beacon-chain.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/merge/beacon-chain.md b/specs/merge/beacon-chain.md index ce6df0dd9..55994188a 100644 --- a/specs/merge/beacon-chain.md +++ b/specs/merge/beacon-chain.md @@ -11,6 +11,7 @@ - [Introduction](#introduction) +- [Custom types](#custom-types) - [Constants](#constants) - [Transition](#transition) - [Execution](#execution) @@ -19,7 +20,6 @@ - [`BeaconBlockBody`](#beaconblockbody) - [`BeaconState`](#beaconstate) - [New containers](#new-containers) - - [`Transaction`](#transaction) - [`ApplicationPayload`](#applicationpayload) - [Helper functions](#helper-functions) - [Misc](#misc)