Skip to content

Commit

Permalink
typo fix to trigger full rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Sep 6, 2023
1 parent 077b65d commit 562ae2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circuits/cpp/src/aztec3/circuits/kernel/private/common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ void common_update_end_values(DummyBuilder& builder,

const auto& storage_contract_address = private_call_public_inputs.call_context.storage_contract_address;

// Transient read requests and witnessess are accumulated in public_inputs.end
// Transient read requests and witnesses are accumulated in public_inputs.end
// We silo the read requests (domain separation per contract address)
{
for (size_t i = 0; i < read_requests.size(); ++i) {
Expand Down

0 comments on commit 562ae2d

Please sign in to comment.