Skip to content

Commit 879c461

Browse files
authored
Merge 11ecc22 into c4dbcab
2 parents c4dbcab + 11ecc22 commit 879c461

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

barretenberg/cpp/src/barretenberg/aztec_ivc/aztec_ivc.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ void AztecIVC::instantiate_stdlib_verification_queue(ClientCircuit& circuit)
1515
auto stdlib_proof = bb::convert_proof_to_witness(&circuit, proof);
1616
auto stdlib_vkey = std::make_shared<RecursiveVerificationKey>(&circuit, vkey);
1717

18-
stdlib_verification_queue.emplace_back(stdlib_proof, stdlib_vkey, type);
18+
stdlib_verification_queue.push_back({ stdlib_proof, stdlib_vkey, type });
1919
}
2020
verification_queue.clear(); // the native data is not needed beyond this point
2121
}

0 commit comments

Comments
 (0)