diff --git a/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.cpp b/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.cpp index df64300f75b..ce1514969b3 100644 --- a/barretenberg/cpp/src/barretenberg/client_ivc/client_ivc.cpp +++ b/barretenberg/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,