Update specs/test_formats/shuffling/README.md

Co-Authored-By: protolambda <proto@protolambda.com>
This commit is contained in:
Danny Ryan 2019-04-15 23:06:01 +10:00 committed by GitHub
parent 87bee73222
commit 956e7c5abc
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ count: int
shuffled: List[int]
```
- The `bytes32` is encoded as strings, hexadecimal encoding, prefixed with `0x`.
- The `bytes32` is encoded a string, hexadecimal encoding, prefixed with `0x`.
- Integers are validator indices. These are `uint64`, but realistically they are not as big.
The `count` specifies the validator registry size. One should compute the shuffling for indices `0, 1, 2, 3, ..., count (exclusive)`.