mirror of
https://github.com/ethereum/consensus-specs.git
synced 2026-02-03 17:14:56 -05:00
Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
@@ -718,7 +718,7 @@ def shuffle(values: List[Any], seed: Bytes32) -> List[Any]:
|
||||
return flip if bit else pos
|
||||
|
||||
indices = [permute(v) for v in indices]
|
||||
return [v[index] for index in indices]
|
||||
return [values[index] for index in indices]
|
||||
```
|
||||
|
||||
### `split`
|
||||
|
||||
Reference in New Issue
Block a user