Skip to content

Commit

Permalink
c++ trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad committed Sep 7, 2023
1 parent cde06e6 commit 2583d25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/cpp/barretenberg/cpp/src/barretenberg/bb/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2583d25

Please sign in to comment.