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

Commit

Permalink
feat(proof_producer): update SGX proofParam.bootstrap to false (#694
Browse files Browse the repository at this point in the history
)
  • Loading branch information
davidtaikocha committed Apr 7, 2024
1 parent ba40ced commit 78d5303
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 78d5303

Please sign in to comment.