From b6680d28bb467abb1f83c04d52ec013e64e3ca67 Mon Sep 17 00:00:00 2001 From: vbuterin Date: Wed, 6 Nov 2019 15:54:30 -0500 Subject: [PATCH] Update specs/core/1_new_shards.md Co-Authored-By: Danny Ryan --- 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 f9fbfde76..01701f514 100644 --- a/specs/core/1_new_shards.md +++ b/specs/core/1_new_shards.md @@ -437,7 +437,7 @@ def process_attestations(state: BeaconState, block: BeaconBlock, attestations: S winners.add((shard, shard_transition_root)) success = True if not success: - assert block.shard_transition == ShardTransition() + assert block.shard_transitions[shard] == ShardTransition() for attestation in attestations: pending_attestation = PendingAttestation( aggregation_bits=attestation.aggregation_bits,