Skip to content

Commit

Permalink
Inject config into test circuit prover created from tx prover
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 27, 2024
1 parent 9764e95 commit f29ca33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/prover-client/src/tx-prover/tx-prover.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export class TxProver implements ProverClient {
? new NativeACVMSimulator(config.acvmWorkingDirectory, config.acvmBinaryPath)
: undefined;

return new TestCircuitProver(telemetry, simulationProvider);
return new TestCircuitProver(telemetry, simulationProvider, config);
}

public getProvingJobSource(): ProvingJobSource {
Expand Down

0 comments on commit f29ca33

Please sign in to comment.