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

Commit 4832cb4

Browse files
committed
test
1 parent 7304f3f commit 4832cb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

prover/prover.go

+4-1
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,10 @@ func InitFromConfig(ctx context.Context, p *Prover, cfg *Config) (err error) {
218218
}
219219
producer = zkEvmRpcdProducer
220220
case encoding.TierGuardianID:
221-
producer = &proofProducer.GuardianProofProducer{livenessBond: p.cfg.EnableLivenessBondProof, DummyProofProducer: new(proofProducer.DummyProofProducer)}
221+
producer = &proofProducer.GuardianProofProducer{
222+
LivenessBond: p.cfg.EnableLivenessBondProof,
223+
DummyProofProducer: new(proofProducer.DummyProofProducer),
224+
}
222225
}
223226

224227
if submitter, err = proofSubmitter.New(

0 commit comments

Comments
 (0)