From a5e6d77165f472d0fba756839fa79ef63a743df4 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Tue, 17 Nov 2020 13:25:59 +0800 Subject: [PATCH] Update specs/lightclient/sync-protocol.md Co-authored-by: Alex Stokes --- specs/lightclient/sync-protocol.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/lightclient/sync-protocol.md b/specs/lightclient/sync-protocol.md index e901f32c6..9b83d79e0 100644 --- a/specs/lightclient/sync-protocol.md +++ b/specs/lightclient/sync-protocol.md @@ -44,7 +44,6 @@ class LightClientUpdate(Container): # Sync committee signature to that header aggregation_bits: Bitlist[MAX_SYNC_COMMITTEE_SIZE] signature: BLSSignature - header_branch: Vector[Bytes32, BEACON_CHAIN_ROOT_IN_SHARD_BLOCK_HEADER_DEPTH] # Updates fork version new_fork: Fork fork_branch: Vector[Bytes32, log_2(FORK_GENERALIZED_INDEX)]