Skip to content

Commit

Permalink
Update src/zkbob/utils/PriorityQueue.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Kirill Fedoseev <[email protected]>
  • Loading branch information
AllFi and k1rill-fedoseev authored Jan 31, 2024
1 parent 6fe228e commit 61b2fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zkbob/utils/PriorityQueue.sol
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ library PriorityQueue {
using PriorityQueue for Queue;

/// @notice Container that stores pending commitments
/// @param data The inner mapping that saves poending commitment by its index
/// @param data The inner mapping that saves pending commitment by its index
/// @param head The pointer to the first unprocessed pending commitment, equal to the tail if the queue is empty
/// @param tail The pointer to the free slot
struct Queue {
Expand Down

0 comments on commit 61b2fbd

Please sign in to comment.