Update specs/core/0_beacon-chain.md
Co-Authored-By: vbuterin <v@buterin.com>
This commit is contained in:
parent
4ec721f3b7
commit
6a5b7540da
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue