mirror of
https://github.com/fluencelabs/tendermint
synced 2025-06-15 14:21:22 +00:00
Fix test/p2p/pex circle tests; update consensus
This commit is contained in:
@ -65,15 +65,9 @@ func (fc FullCommit) ValidateFull(chainID string) error {
|
||||
}
|
||||
// Validate the signatures on the commit.
|
||||
hdr, cmt := fc.SignedHeader.Header, fc.SignedHeader.Commit
|
||||
err = fc.Validators.VerifyCommit(
|
||||
return fc.Validators.VerifyCommit(
|
||||
hdr.ChainID, cmt.BlockID,
|
||||
hdr.Height, cmt)
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// All good!
|
||||
return nil
|
||||
}
|
||||
|
||||
// Height returns the height of the header.
|
||||
|
Reference in New Issue
Block a user