mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 07:05:04 -05:00
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user