Skip to content

Commit

Permalink
Update specs/core/1_new_shards.md
Browse files Browse the repository at this point in the history
Co-Authored-By: Danny Ryan <dannyjryan@gmail.com>
  • Loading branch information
vbuterin and djrtwo committed Nov 6, 2019
1 parent a8a76ff commit 5100548
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion specs/core/1_new_shards.md
Expand Up @@ -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,
Expand Down

0 comments on commit 5100548

Please sign in to comment.