From 5e5d03d56f73fe5311e9a75a57e0426692479d35 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Tue, 17 Nov 2020 13:26:18 +0800 Subject: [PATCH] Update specs/lightclient/sync-protocol.md Co-authored-by: Alex Stokes --- specs/lightclient/sync-protocol.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/lightclient/sync-protocol.md b/specs/lightclient/sync-protocol.md index e03821c9d..a24501426 100644 --- a/specs/lightclient/sync-protocol.md +++ b/specs/lightclient/sync-protocol.md @@ -63,7 +63,7 @@ class LightClientMemory(Container): header: BeaconBlockHeader # Fork version data fork_version: Version - # period committees corresponding to the beacon header + # sync committees corresponding to the beacon header current_sync_committee: SyncCommittee next_sync_committee: SyncCommittee ```