|
|
@ -463,7 +463,7 @@ func (bcR *BlockchainReactor) processBlock() error { |
|
|
|
// NOTE: we can probably make this more efficient, but note that calling
|
|
|
|
// first.Hash() doesn't verify the tx contents, so MakePartSet() is
|
|
|
|
// currently necessary.
|
|
|
|
err = bcR.state.Validators.VerifyCommit(chainID, firstID, first.Height, second.LastCommit) |
|
|
|
err = bcR.state.Validators.VerifyCommitLight(chainID, firstID, first.Height, second.LastCommit) |
|
|
|
if err != nil { |
|
|
|
bcR.Logger.Error("error during commit verification", "err", err, |
|
|
|
"first", first.Height, "second", second.Height) |
|
|
|