Merge pull request #1263 from decanus/patch-23

Changes `Bytes48` to `BLSPubkey`
This commit is contained in:
Danny Ryan 2019-07-01 23:52:49 -05:00 committed by GitHub
commit c1e1d70287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ class DepositData(Container):
```python
class CompactCommittee(Container):
pubkeys: List[Bytes48, MAX_VALIDATORS_PER_COMMITTEE]
pubkeys: List[BLSPubkey, MAX_VALIDATORS_PER_COMMITTEE]
compact_validators: List[uint64, MAX_VALIDATORS_PER_COMMITTEE]
```