Skip to content
This repository has been archived by the owner on Aug 16, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
0xVolosnikov committed Jul 30, 2024
1 parent 02c8d62 commit 96f6245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/witness/recursive_aggregation.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ pub(crate) fn compute_encodable_item_from_witness<
commitment
}

pub fn split_reqursion_queue(queue: RecursionQueueSimulator<F>) -> Vec<RecursionQueueSimulator<F>> {
pub fn split_recursion_queue(queue: RecursionQueueSimulator<F>) -> Vec<RecursionQueueSimulator<F>> {
let round_function = ZkSyncDefaultRoundFunction::default();
queue.split_by(RECURSION_ARITY, &round_function)
}
Expand Down

0 comments on commit 96f6245

Please sign in to comment.