Skip to content

Commit

Permalink
fixing complains after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Soleimani193 committed Jan 22, 2025
1 parent 984a326 commit df004ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/protocol/distributed/seed/seed_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func TestSeedGeneration(t *testing.T) {
wizard.ContinueCompilation(moduleComp2, logderiv.CompileLogDerivSum, dummy.Compile)

// run the initial runtime
initialRuntime := wizard.RunProverAtRound0(initialComp, prover)
initialRuntime := wizard.ProverOnlyFirstRound(initialComp, prover)

// compile and verify for lpp-Prover
lppProof := wizard.Prove(lppComp, func(run *wizard.ProverRuntime) {
Expand Down

0 comments on commit df004ef

Please sign in to comment.