From 3da21bb56f0b33f01da004798a469967f56d264e Mon Sep 17 00:00:00 2001 From: Preston Van Loon Date: Tue, 27 Feb 2018 19:31:15 -0500 Subject: [PATCH] remove old TODO Former-commit-id: 91eaf64bc2d90f1ccd915d87356b326341bcd55f [formerly f280e3c2f8513a7f113f3da828cd7fea7a46a8ab] Former-commit-id: 0ec24bb0be0bfcba37bfa9c42c57fc91225fe1c2 --- sharding/collator.go | 1 - 1 file changed, 1 deletion(-) diff --git a/sharding/collator.go b/sharding/collator.go index 2220154833..00972b625b 100644 --- a/sharding/collator.go +++ b/sharding/collator.go @@ -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)