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

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerLamTd committed Jan 29, 2024
1 parent 7304f3f commit 4832cb4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prover/prover.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,10 @@ func InitFromConfig(ctx context.Context, p *Prover, cfg *Config) (err error) {
}
producer = zkEvmRpcdProducer
case encoding.TierGuardianID:
producer = &proofProducer.GuardianProofProducer{livenessBond: p.cfg.EnableLivenessBondProof, DummyProofProducer: new(proofProducer.DummyProofProducer)}
producer = &proofProducer.GuardianProofProducer{
LivenessBond: p.cfg.EnableLivenessBondProof,
DummyProofProducer: new(proofProducer.DummyProofProducer),
}
}

if submitter, err = proofSubmitter.New(
Expand Down

0 comments on commit 4832cb4

Please sign in to comment.