remove old TODO

Former-commit-id: 91eaf64bc2d90f1ccd915d87356b326341bcd55f [formerly f280e3c2f8513a7f113f3da828cd7fea7a46a8ab]
Former-commit-id: 0ec24bb0be0bfcba37bfa9c42c57fc91225fe1c2
This commit is contained in:
Preston Van Loon
2018-02-27 19:31:15 -05:00
parent 30fd4a6a17
commit 3da21bb56f

View File

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