remov sync signature todo

This commit is contained in:
Danny Ryan 2021-05-11 16:07:24 -06:00
parent a9cc036184
commit 09cefa03f3
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
1 changed files with 0 additions and 1 deletions

View File

@ -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
``` ```