Skip to content

Commit

Permalink
chore: address comments
Browse files Browse the repository at this point in the history
  • Loading branch information
LHerskind committed Jul 31, 2024
1 parent ee55ce7 commit db8b529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion l1-contracts/src/core/Rollup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,8 @@ contract Rollup is Leonidas, IRollup {
/**
* @notice Submit a proof for a block in the pending chain
*
* @dev Will call `_progressState` to update the proven chain. Notice that this has
* @dev Will call `_progressState` to update the proven chain. Notice this have potentially
* unbounded gas consumption.
*
* @dev Will emit `L2ProofVerified` if the proof is valid
*
Expand Down

0 comments on commit db8b529

Please sign in to comment.