track evidence, include in block

This commit is contained in:
Ethan Buchman
2017-07-09 14:10:00 -04:00
parent f80f6445a6
commit 7928659f70
4 changed files with 113 additions and 6 deletions

View File

@@ -309,6 +309,8 @@ func (s *State) validateBlock(b *types.Block) error {
}
}
// TODO: Validate evidence
return nil
}