remov sync signature todo
This commit is contained in:
parent
a9cc036184
commit
09cefa03f3
|
@ -203,7 +203,6 @@ class BeaconState(Container):
|
||||||
```python
|
```python
|
||||||
class SyncAggregate(Container):
|
class SyncAggregate(Container):
|
||||||
sync_committee_bits: Bitvector[SYNC_COMMITTEE_SIZE]
|
sync_committee_bits: Bitvector[SYNC_COMMITTEE_SIZE]
|
||||||
# TODO! Need multiple signatures as discussed between Justin and Vitalik May 3 2021 (see Telegram)
|
|
||||||
sync_committee_signature: BLSSignature
|
sync_committee_signature: BLSSignature
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue