Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Sep 8, 2023
1 parent a3f2513 commit a1a97f9
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 @@ -116,7 +116,7 @@ void gateCount(const std::string& bytecodePath)
* @brief Verifies a proof for an ACIR circuit
*
* Note: The fact that the proof was computed originally by parsing an ACIR circuit is not of importance
* because this method uses the verification key to verify the proof.
* because this method uses the verification key to verify the proof
*
* Communication:
* - proc_exit: A boolean value is returned indicating whether the proof is valid.
Expand Down

0 comments on commit a1a97f9

Please sign in to comment.