From 1e74cf5f0d2866d1811b5abb8548452c3db5be26 Mon Sep 17 00:00:00 2001 From: terence tsao Date: Thu, 5 Sep 2019 06:55:40 -0700 Subject: [PATCH] Update sync_protocol.md --- specs/light_client/sync_protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/light_client/sync_protocol.md b/specs/light_client/sync_protocol.md index 18810d48d..c3b035270 100644 --- a/specs/light_client/sync_protocol.md +++ b/specs/light_client/sync_protocol.md @@ -13,8 +13,8 @@ - [Constants](#constants) - [Containers](#containers) - [`LightClientUpdate`](#lightclientupdate) - - [`LightClientMemory`](#lightclientmemory) - [Helpers](#helpers) + - [`LightClientMemory`](#lightclientmemory) - [`get_persistent_committee_pubkeys_and_balances`](#get_persistent_committee_pubkeys_and_balances) - [Light client state updates](#light-client-state-updates) - [Data overhead](#data-overhead) @@ -66,8 +66,8 @@ class LightClientUpdate(container): ### `LightClientMemory` ```python +@dataclass class LightClientMemory(object): - @dataclass shard: Shard # Randomly initialized and retained forever header: BeaconBlockHeader # Beacon header which is not expected to revert # Persistent committees corresponding to the beacon header