File tree Expand file tree Collapse file tree
noir-projects/aztec-nr/aztec/src/messages/processing Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -164,8 +164,9 @@ pub(crate) unconstrained fn get_pending_partial_notes_completion_logs(
164164) -> EphemeralArray <Option <LogRetrievalResponse >> {
165165 let log_retrieval_requests = EphemeralArray ::at (LOG_RETRIEVAL_REQUESTS_ARRAY_BASE_SLOT );
166166
167- // We create a LogRetrievalRequest for each PendingPartialNote in the EphemeralArray. Because we need the indices in
168- // the request array to match the indices in the partial note array, we can't use EphemeralArray::for_each, as that
167+ // We create a LogRetrievalRequest for each PendingPartialNote in the EphemeralArray. Because we need the indices
168+ // in the request array to match the indices in the partial note array, we can't use EphemeralArray::for_each, as
169+ // that
169170 // function has arbitrary iteration order. Instead, we manually iterate the array from the beginning and push into
170171 // the requests array, which we expect to be empty.
171172 let mut i = 0 ;
You can’t perform that action at this time.
0 commit comments