From 0ddc0ba527efc199847f3d3a8285751c06bf39d3 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Tue, 5 Nov 2019 12:16:36 -0800 Subject: [PATCH] Update specs/core/1_new_shards.md Co-Authored-By: Hsiao-Wei Wang --- specs/core/1_new_shards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specs/core/1_new_shards.md b/specs/core/1_new_shards.md index 4ee502585..bd25545f2 100644 --- a/specs/core/1_new_shards.md +++ b/specs/core/1_new_shards.md @@ -470,7 +470,7 @@ def misc_block_post_process(state: BeaconState, block: BeaconBlock) -> None: ### Light client processing ```python -def process_light_client_signatures(state: BeaconState, block: BeaconBlock): +def process_light_client_signatures(state: BeaconState, block: BeaconBlock) -> None: committee = get_light_client_committee(state, get_current_epoch(state)) assert len(block.light_client_signature_bitfield) == len(committee) tot_reward = 0