Skip to content

Commit

Permalink
chore: redo typo PR by Hack666r (#10992)
Browse files Browse the repository at this point in the history
Thanks Hack666r for
#10983. Our policy
is to redo typo changes to dissuade metric farming. This is an automated
script.
  • Loading branch information
AztecBot authored Jan 2, 2025
1 parent 565a67b commit 018f11e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ class ClientIVC {
* @param circuit The incoming statement
* @param precomputed_vk The verification key of the incoming statement OR a mocked key whose metadata needs to be
* set using the proving key produced from `circuit` in order to pass some assertions in the Oink prover.
* @param mock_vk A boolean to say whether the precomputed vk shoudl have its metadata set.
* @param mock_vk A boolean to say whether the precomputed vk should have its metadata set.
*/
void accumulate(ClientCircuit& circuit,
const bool _one_circuit = false,
Expand Down Expand Up @@ -194,4 +194,4 @@ class ClientIVC {
std::make_shared<TranslatorVerificationKey>(goblin.get_translator_proving_key()) };
}
};
} // namespace bb
} // namespace bb

0 comments on commit 018f11e

Please sign in to comment.