Merge pull request #428 from benjaminion/seed-randao-mix-typo

Fix typo seed -> randao_mix
This commit is contained in:
Hsiao-Wei Wang 2019-01-11 19:08:46 +08:00 committed by GitHub
commit 3c2da5d034
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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]]: