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

Commit

Permalink
Update prover/proof_producer/sgx_and_zk_producer.go
Browse files Browse the repository at this point in the history
Co-authored-by: David <[email protected]>
  • Loading branch information
YoGhurt111 and davidtaikocha authored Apr 22, 2024
1 parent 799f24b commit 95d4887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/proof_producer/sgx_and_zk_producer.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ type R0ProofParam struct {
}

// SGXAndZKProofProducer generates an SGX + ZK proof for the given block.
type SGXAndZKProofProducer struct {
type SGXAndZkVMProofProducer struct {
RaikoHostEndpoint string // a proverd RPC endpoint
L1Endpoint string // a L1 node RPC endpoint
L1BeaconEndpoint string // a L1 beacon node RPC endpoint
Expand Down

0 comments on commit 95d4887

Please sign in to comment.