Update specs/core/1_new_shards.md

Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
vbuterin 2019-11-05 10:34:04 -08:00 committed by Danny Ryan
parent bcd06d88ef
commit 9d3a230974
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 1 additions and 1 deletions

View File

@ -404,7 +404,7 @@ def process_attestations(state: BeaconState, block: BeaconBlock, attestations: S
pending_attestations = []
# Basic validation
for attestation in attestations:
assert validate_attestation(state, attestation)
validate_attestation(state, attestation)
# Process crosslinks
online_indices = get_online_indices(state)
winners = set()