Skip to content

Commit

Permalink
Merge branch 'main' into samlaf/pimp-out-readme-with-blob-lifecycle-d…
Browse files Browse the repository at this point in the history
…iagrams
  • Loading branch information
samlaf authored Jan 23, 2025
2 parents 7b8d9d6 + 075b283 commit bf99ca6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion verify/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ func (cv *CertVerifier) verifyBatchConfirmedOnChain(
confirmationBlockNumberBigInt := big.NewInt(0).SetInt64(int64(confirmationBlockNumber))
_, err := cv.retrieveBatchMetadataHash(ctx, batchID, confirmationBlockNumberBigInt)
if err != nil {
return fmt.Errorf("batch not found onchain at supposedly confirmed block %d: %w", confirmationBlockNumber, err)
return fmt.Errorf("failed to reference batch from service manager @ block %d: %w", confirmationBlockNumber, err)
}

// 2. Verify that the confirmation status has been reached.
Expand Down

0 comments on commit bf99ca6

Please sign in to comment.