Update specs/core/1_new_shards.md
Co-Authored-By: Hsiao-Wei Wang <hwwang156@gmail.com>
This commit is contained in:
parent
462d05d6d8
commit
213032e51f
|
@ -290,7 +290,7 @@ def is_valid_indexed_attestation(state: BeaconState, indexed_attestation: Indexe
|
||||||
### `get_attestation_shard`
|
### `get_attestation_shard`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def get_shard(state: BeaconState, attestation: Attestation):
|
def get_shard(state: BeaconState, attestation: Attestation) -> Shard:
|
||||||
return (attestation.data.index + get_start_shard(state, data.slot)) % ACTIVE_SHARDS
|
return (attestation.data.index + get_start_shard(state, data.slot)) % ACTIVE_SHARDS
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue