From 14fd9370467c8bcbd3ed6131ca46739577dd1a7a Mon Sep 17 00:00:00 2001 From: Etan Kissling Date: Tue, 6 Dec 2022 23:21:06 +0100 Subject: [PATCH] Fix --- specs/altair/light-client/full-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/altair/light-client/full-node.md b/specs/altair/light-client/full-node.md index 0afbe54fb..139b3c941 100644 --- a/specs/altair/light-client/full-node.md +++ b/specs/altair/light-client/full-node.md @@ -121,7 +121,7 @@ def create_light_client_update(state: BeaconState, state_root=finalized_block.message.state_root, body_root=hash_tree_root(finalized_block.message.body), ) - assert get_lc_beacon_root(update.finalized_header) == attested_state.finalized_checkpoint.root + assert get_lc_beacon_root(finalized_header) == attested_state.finalized_checkpoint.root else: assert attested_state.finalized_checkpoint.root == Bytes32() finalized_header = BeaconBlockHeader()