From aeb8c8d7d406e656b7459588d435caa91752b533 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 7 Sep 2023 22:35:53 -0400 Subject: [PATCH] c++ untrigger --- circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp b/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp index c6a58b5e0a8..2eae122b471 100644 --- a/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp +++ b/circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp @@ -174,7 +174,7 @@ void writeVk(const std::string& bytecodePath, const std::string& outputPath) * - Filesystem: The Solidity verifier contract is written to the path specified by outputPath * * Note: The fact that the contract was computed is for an ACIR circuit is not of importance - * because this method uses the verification key to compute the Solidity verifier contract. + * because this method uses the verification key to compute the Solidity verifier contract * * @param output_path Path to write the contract to * @param vk_path Path to the file containing the serialized verification key