mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-09 15:37:56 -05:00
remove old TODO
Former-commit-id: 91eaf64bc2d90f1ccd915d87356b326341bcd55f [formerly f280e3c2f8513a7f113f3da828cd7fea7a46a8ab] Former-commit-id: 0ec24bb0be0bfcba37bfa9c42c57fc91225fe1c2
This commit is contained in:
@@ -41,7 +41,6 @@ func subscribeBlockHeaders(c collatorClient) error {
|
||||
head := <-headerChan
|
||||
// Query the current state to see if we are an eligible proposer
|
||||
log.Info(fmt.Sprintf("Received new header: %v", head.Number.String()))
|
||||
// TODO: Only run this code on certain periods?
|
||||
|
||||
// Check if we are in the validator pool before checking if we are an eligible proposer
|
||||
v, err := isAccountInValidatorSet(c)
|
||||
|
||||
Reference in New Issue
Block a user