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

Commit

Permalink
chore: update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed May 6, 2024
1 parent fcb5f96 commit a2f9fcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion prover/proof_producer/guardian_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a2f9fcc

Please sign in to comment.