mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-02 18:24:59 -05:00
Merge pull request #428 from benjaminion/seed-randao-mix-typo
Fix typo seed -> randao_mix
This commit is contained in:
@@ -859,7 +859,7 @@ def split(values: List[Any], split_count: int) -> List[Any]:
|
||||
#### `get_shuffling`
|
||||
|
||||
```python
|
||||
def get_shuffling(seed: Hash32,
|
||||
def get_shuffling(randao_mix: Hash32,
|
||||
validators: List[ValidatorRecord],
|
||||
crosslinking_start_shard: int,
|
||||
slot: int) -> List[List[ShardCommittee]]:
|
||||
|
||||
Reference in New Issue
Block a user