Skip to content
This repository was archived by the owner on May 11, 2024. It is now read-only.

Commit a2f9fcc

Browse files
committed
chore: update comments
1 parent fcb5f96 commit a2f9fcc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

prover/proof_producer/guardian_producer.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ func (g *GuardianProofProducer) RequestProof(
5353
}
5454

5555
// Each guardian prover should check the block hash with raiko at first,
56-
// before submitting the guardian proof.
56+
// before submitting the guardian proof, if raiko can return a proof without
57+
// any error, which means the block hash is valid.
5758
if _, err := g.SGXProofProducer.requestProof(opts); err != nil {
5859
return nil, err
5960
}

0 commit comments

Comments
 (0)