mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-05 22:45:27 -05:00
Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
@@ -293,7 +293,7 @@ def is_valid_indexed_attestation(state: BeaconState, indexed_attestation: Indexe
|
||||
|
||||
```python
|
||||
def get_shard(state: BeaconState, attestation: Attestation) -> Shard:
|
||||
return (attestation.data.index + get_start_shard(state, data.slot)) % ACTIVE_SHARDS
|
||||
return Shard((attestation.data.index + get_start_shard(state, data.slot)) % ACTIVE_SHARDS)
|
||||
```
|
||||
|
||||
## Beacon Chain Changes
|
||||
|
||||
Reference in New Issue
Block a user