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

Commit

Permalink
Merge branch 'main' into snap_mode_
Browse files Browse the repository at this point in the history
  • Loading branch information
mask-pp committed Apr 8, 2024
2 parents c49836f + 78d5303 commit 1e0b45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/proof_producer/sgx_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ func (s *SGXProofProducer) requestProof(opts *ProofRequestOptions) (*RaikoHostOu
Graffiti: opts.Graffiti,
ProofParam: &ProofParam{
Setup: false,
Bootstrap: true,
Bootstrap: false,
Prove: true,
},
}},
Expand Down

0 comments on commit 1e0b45e

Please sign in to comment.