Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
AllFi committed Aug 19, 2024
1 parent b864c8e commit 78eb1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zkbob/ZkBobPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ abstract contract ZkBobPool is IZkBobPool, EIP1967Admin, Ownable, Parameters, Ex
Queue.CommitmentQueue internal pendingCommitments;

/**
* @dev The duration of the grace period during which only the privileged prover
* @dev The duration of the grace period during which only the privileged prover
* can submit the tree update proof.
*/
uint64 public gracePeriod;
Expand Down

0 comments on commit 78eb1bd

Please sign in to comment.