Fix ToC (cherry-picked from @hwwhww's PR)

This commit is contained in:
Justin 2020-11-16 09:09:04 +00:00 committed by GitHub
parent ca88dd6922
commit cbb3856ab9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 2 deletions

View File

@ -2,6 +2,10 @@
## Table of contents ## Table of contents
<!-- TOC -->
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
- [Introduction](#introduction) - [Introduction](#introduction)
- [Custom types](#custom-types) - [Custom types](#custom-types)
- [Constants](#constants) - [Constants](#constants)
@ -24,8 +28,11 @@
- [`get_sync_committee`](#get_sync_committee) - [`get_sync_committee`](#get_sync_committee)
- [Block processing](#block-processing) - [Block processing](#block-processing)
- [Sync committee processing](#sync-committee-processing) - [Sync committee processing](#sync-committee-processing)
- [Epoch processing](#epoch-transition) - [Epoch processing](#epoch-processing)
- [Final updates](#updates-updates) - [Final updates](#final-updates)
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
<!-- /TOC -->
## Introduction ## Introduction