mirror of
https://github.com/fluencelabs/tendermint
synced 2025-07-31 20:21:56 +00:00
remove commented out code
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user