Skip to content

Commit

Permalink
gen verifier for agg cirguit
Browse files Browse the repository at this point in the history
  • Loading branch information
ec2 committed Dec 4, 2023
1 parent 19ba5b5 commit b448f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prover/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ where
Ok(())
}
OperationCmd::GenVerifier(args) => {
gen_evm_verifier::<StepCircuit<S, Fr>>(&params, &pk_path, args.solidity_out)
gen_evm_verifier::<AggregationCircuit>(&params, &pk_path, args.solidity_out)
}
}
}
Expand Down

0 comments on commit b448f22

Please sign in to comment.