Merge pull request #1263 from decanus/patch-23
Changes `Bytes48` to `BLSPubkey`
This commit is contained in:
commit
c1e1d70287
|
@ -389,7 +389,7 @@ class DepositData(Container):
|
||||||
|
|
||||||
```python
|
```python
|
||||||
class CompactCommittee(Container):
|
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]
|
compact_validators: List[uint64, MAX_VALIDATORS_PER_COMMITTEE]
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue