remove commented out code

This commit is contained in:
Marko Baricevic
2019-08-12 12:54:31 +02:00
parent da07bba9d1
commit 5a43c55d85

View File

@@ -107,12 +107,6 @@ func (w Wrapper) Block(height *int64) (*ctypes.ResultBlock, error) {
}
sh := resCommit.SignedHeader
// now verify
// err = ValidateBlockMeta(resBlock.BlockMeta, sh)
// if err != nil {
// return nil, err
// }
err = ValidateBlock(resBlock.Block, sh)
if err != nil {
return nil, err