Skip to content

Commit

Permalink
Update TaikoL1.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik authored Nov 22, 2022
1 parent a1a56bb commit 07ae4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/protocol/contracts/L1/TaikoL1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ contract TaikoL1 is EssentialContract, IHeaderSync, V1Events {

/**
* Verify up to N blocks.
* @param maxBlocks Max number of blocks to finalize.
* @param maxBlocks Max number of blocks to verify.
*/
function verifyBlocks(uint256 maxBlocks) external nonReentrant {
require(maxBlocks > 0, "L1:maxBlocks");
Expand Down

0 comments on commit 07ae4f0

Please sign in to comment.