From e85b6bf0c5fca33b324d81001fa1541feb33d393 Mon Sep 17 00:00:00 2001 From: Aztec Bot <49558828+AztecBot@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:09:28 -0500 Subject: [PATCH] chore: redo typo PR by MonkeyKing44 (#10996) Thanks MonkeyKing44 for https://github.com/AztecProtocol/aztec-packages/pull/10985. Our policy is to redo typo changes to dissuade metric farming. This is an automated script. --------- Co-authored-by: Maddiaa <47148561+Maddiaa0@users.noreply.github.com> Co-authored-by: Tom French <15848336+TomAFrench@users.noreply.github.com> Co-authored-by: Tom French --- cpp/src/barretenberg/client_ivc/client_ivc.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cpp/src/barretenberg/client_ivc/client_ivc.cpp b/cpp/src/barretenberg/client_ivc/client_ivc.cpp index df64300f7..ce1514969 100644 --- a/cpp/src/barretenberg/client_ivc/client_ivc.cpp +++ b/cpp/src/barretenberg/client_ivc/client_ivc.cpp @@ -93,8 +93,9 @@ void ClientIVC::perform_recursive_verification_and_databus_consistency_checks( } } - // Set the return data commitment to be propagated on the public inputs of the present kernel and peform consistency - // checks between the calldata commitments and the return data commitments contained within the public inputs + // Set the return data commitment to be propagated on the public inputs of the present kernel and perform + // consistency checks between the calldata commitments and the return data commitments contained within the public + // inputs bus_depot.set_return_data_to_be_propagated_and_perform_consistency_checks( decider_vk->witness_commitments.return_data, decider_vk->witness_commitments.calldata,