Skip to content

Commit

Permalink
revert T-money's log level change
Browse files Browse the repository at this point in the history
  • Loading branch information
kasey committed Mar 8, 2024
1 parent a7ece25 commit c9499c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/verification/blob.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func (bv *ROBlobVerifier) SidecarDescendsFromFinalized() (err error) {
func (bv *ROBlobVerifier) SidecarInclusionProven() (err error) {
defer bv.recordResult(RequireSidecarInclusionProven, &err)
if err = blocks.VerifyKZGInclusionProof(bv.blob); err != nil {
log.WithError(err).WithFields(logging.BlobFields(bv.blob)).Error("sidecar inclusion proof verification failed")
log.WithError(err).WithFields(logging.BlobFields(bv.blob)).Debug("sidecar inclusion proof verification failed")
return ErrSidecarInclusionProofInvalid
}
return nil
Expand Down

0 comments on commit c9499c9

Please sign in to comment.