Fix typo seed -> randao_mix
This commit is contained in:
parent
5827b4cde2
commit
b75ac05ab6
|
@ -859,7 +859,7 @@ def split(values: List[Any], split_count: int) -> List[Any]:
|
||||||
#### `get_shuffling`
|
#### `get_shuffling`
|
||||||
|
|
||||||
```python
|
```python
|
||||||
def get_shuffling(seed: Hash32,
|
def get_shuffling(randao_mix: Hash32,
|
||||||
validators: List[ValidatorRecord],
|
validators: List[ValidatorRecord],
|
||||||
crosslinking_start_shard: int,
|
crosslinking_start_shard: int,
|
||||||
slot: int) -> List[List[ShardCommittee]]:
|
slot: int) -> List[List[ShardCommittee]]:
|
||||||
|
|
Loading…
Reference in New Issue