mirror of
https://github.com/status-im/eth2.0-specs.git
synced 2025-03-02 19:20:34 +00:00
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
|
||||
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]
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user