From bcd06d88ef85bd11d93237fa7773cc5389a7f2b5 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Tue, 5 Nov 2019 10:33:41 -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 477b95a10..03b574cb2 100644 --- a/specs/core/1_new_shards.md +++ b/specs/core/1_new_shards.md @@ -367,7 +367,7 @@ def apply_shard_transition(state: BeaconState, shard: Shard, transition: ShardTr for i in range(len(offset_slots)): if any(transition.shard_data_roots): headers.append(ShardSignedHeader( - shard_parent_root=shard_parent_root + shard_parent_root=shard_parent_root, parent_hash=get_block_root_at_slot(state, state.slot-1), slot=offset_slots[i], body_root=chunks_to_body_root(transition.shard_data_roots[i])