remove some TODOs

This commit is contained in:
Ethan Buchman
2017-12-26 20:27:40 -05:00
parent cfbedec719
commit 0f293bfc2b
2 changed files with 0 additions and 4 deletions
-1
View File
@@ -313,7 +313,6 @@ func (s *State) validateBlock(b *types.Block) error {
if _, err := s.VerifyEvidence(ev); err != nil {
return types.NewEvidenceInvalidErr(ev, err)
}
// TODO: mark evidence as committed
}
return nil