Skip to content

Commit 407f210

Browse files
committed
make transpiler main compatible with the crypto3 master
1 parent 4923b08 commit 407f210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/transpiler/src/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ int curve_dependent_main(
496496
std::cout << "Generating proof..." << std::endl;
497497
using ProofType = nil::crypto3::zk::snark::placeholder_proof<BlueprintFieldType, placeholder_params>;
498498
ProofType proof = nil::crypto3::zk::snark::placeholder_prover<BlueprintFieldType, placeholder_params>::process(
499-
public_preprocessed_data, private_preprocessed_data, table_description, constraint_system, assignment_table,
499+
public_preprocessed_data, private_preprocessed_data, table_description, constraint_system,
500500
lpc_scheme);
501501
std::cout << "Proof generated" << std::endl;
502502

0 commit comments

Comments
 (0)