Skip to content

Commit

Permalink
change to VerifyCommitLight
Browse files Browse the repository at this point in the history
  • Loading branch information
czarcas7ic committed Feb 27, 2024
1 parent 863e619 commit e61ef5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocksync/reactor.go
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ FOR_LOOP:
// first.Hash() doesn't verify the tx contents, so MakePartSet() is
// currently necessary.
// TODO(sergio): Should we also validate against the extended commit?
err = state.Validators.VerifyCommitLightAllSignatures(
err = state.Validators.VerifyCommitLight(
chainID, firstID, first.Height, second.LastCommit)

if err == nil {
Expand Down

0 comments on commit e61ef5f

Please sign in to comment.