Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerTaule committed Jul 11, 2024
1 parent 2d46f57 commit 72c8b59
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/prover/prover.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,11 @@ Prover::Prover(Goldilocks &fr,
{
TimerStart(PROVER_INIT);

checkSetupHash("config/zkevm/zkevm.verifier.dat");
checkSetupHash("config/recursive1/recursive1.verifier.dat");
checkSetupHash("config/recursive2/recursive2.verifier.dat");
checkSetupHash("config/recursivef/recursivef.verifier.dat");
checkSetupHash("config/final/final.verifier.dat");
checkSetupHash(config.zkevmVerifier);
checkSetupHash(config.recursive1Verifier);
checkSetupHash(config.recursive2Verifier);
checkSetupHash(config.recursivefVerifier);
checkSetupHash(config.finalVerifier);

lastComputedRequestEndTime = 0;

Expand Down

0 comments on commit 72c8b59

Please sign in to comment.