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

Commit d818145

Browse files
committed
fix: fix lint errors
1 parent 13e80f6 commit d818145

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prover/init.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ func (p *Prover) initProofSubmitters(
119119
L1Endpoint: p.cfg.RaikoL1Endpoint,
120120
L1BeaconEndpoint: p.cfg.RaikoL1BeaconEndpoint,
121121
L2Endpoint: p.cfg.RaikoL2Endpoint,
122-
ProofType: proofProducer.ProofTypeCpu,
122+
ProofType: proofProducer.ProofTypeCPU,
123123
Dummy: p.cfg.Dummy,
124124
}, p.cfg.EnableLivenessBondProof)
125125
default:

prover/proof_producer/sgx_producer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323

2424
const (
2525
ProofTypeSgx = "sgx"
26-
ProofTypeCpu = "native"
26+
ProofTypeCPU = "native"
2727
)
2828

2929
// SGXProofProducer generates a SGX proof for the given block.

0 commit comments

Comments
 (0)