Skip to content

Commit

Permalink
Remove comment TODO resolved in ethereum#41
Browse files Browse the repository at this point in the history
  • Loading branch information
prestonvanloon committed Feb 28, 2018
1 parent 6ecb3a2 commit d1e25a7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sharding/collator.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ func checkShardsForProposal(c collatorClient, head *types.Header) error {
// Checks if we are an eligible proposer according to the VMC
addr, err := c.VMCCaller().GetEligibleProposer(&bind.CallOpts{}, big.NewInt(s), period)

// TODO: When we are not a proposer, we get the error of being unable to
// unmarshal empty output. Open issue to deal with this.
if err != nil {
return err
}
Expand Down

0 comments on commit d1e25a7

Please sign in to comment.