Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ 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
// 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,
Expand Down