From 09cefa03f3895c2a319ee03bc06c66a6b8d5e11b Mon Sep 17 00:00:00 2001 From: Danny Ryan Date: Tue, 11 May 2021 16:07:24 -0600 Subject: [PATCH] remov sync signature todo --- specs/altair/beacon-chain.md | 1 - 1 file changed, 1 deletion(-) diff --git a/specs/altair/beacon-chain.md b/specs/altair/beacon-chain.md index 57fec33df..6d97c14b5 100644 --- a/specs/altair/beacon-chain.md +++ b/specs/altair/beacon-chain.md @@ -203,7 +203,6 @@ class BeaconState(Container): ```python class SyncAggregate(Container): 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 ```