From 3e7e780b7722ce7a33bc47961acd31e2927998d8 Mon Sep 17 00:00:00 2001 From: Mikhail Kalinin Date: Thu, 6 Apr 2023 17:04:49 +0600 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Hsiao-Wei Wang --- specs/_features/eip6110/light-client/fork.md | 2 +- specs/_features/eip6110/light-client/full-node.md | 4 ++-- specs/_features/eip6110/light-client/sync-protocol.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/specs/_features/eip6110/light-client/fork.md b/specs/_features/eip6110/light-client/fork.md index 2aaae3d94..34f0fef8c 100644 --- a/specs/_features/eip6110/light-client/fork.md +++ b/specs/_features/eip6110/light-client/fork.md @@ -1,4 +1,4 @@ -# eip6110 Light Client -- Fork Logic +# EIP-6110 Light Client -- Fork Logic ## Table of contents diff --git a/specs/_features/eip6110/light-client/full-node.md b/specs/_features/eip6110/light-client/full-node.md index 27b7b3063..03c0f17bd 100644 --- a/specs/_features/eip6110/light-client/full-node.md +++ b/specs/_features/eip6110/light-client/full-node.md @@ -1,4 +1,4 @@ -# Deneb Light Client -- Full Node +# EIP-6110 Light Client -- Full Node **Notice**: This document is a work-in-progress for researchers and implementers. @@ -17,7 +17,7 @@ ## Introduction -This upgrade adds information about the execution payload to light client data as part of the Deneb upgrade. +This upgrade adds information about the execution payload to light client data as part of the EIP-6110 upgrade. ## Helper functions diff --git a/specs/_features/eip6110/light-client/sync-protocol.md b/specs/_features/eip6110/light-client/sync-protocol.md index 406a4b934..bcb9d50e4 100644 --- a/specs/_features/eip6110/light-client/sync-protocol.md +++ b/specs/_features/eip6110/light-client/sync-protocol.md @@ -1,4 +1,4 @@ -# Deneb Light Client -- Sync Protocol +# EIP-6110 Light Client -- Sync Protocol **Notice**: This document is a work-in-progress for researchers and implementers.