From a2f9fcc3bcac317aa73e765bb54c40e962e8b5ac Mon Sep 17 00:00:00 2001 From: David Date: Mon, 6 May 2024 17:59:50 +0800 Subject: [PATCH] chore: update comments --- prover/proof_producer/guardian_producer.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prover/proof_producer/guardian_producer.go b/prover/proof_producer/guardian_producer.go index 0ab9b7217..13770eac8 100644 --- a/prover/proof_producer/guardian_producer.go +++ b/prover/proof_producer/guardian_producer.go @@ -53,7 +53,8 @@ func (g *GuardianProofProducer) RequestProof( } // Each guardian prover should check the block hash with raiko at first, - // before submitting the guardian proof. + // before submitting the guardian proof, if raiko can return a proof without + // any error, which means the block hash is valid. if _, err := g.SGXProofProducer.requestProof(opts); err != nil { return nil, err }