Skip to content

Commit

Permalink
Update ProverSet.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Jan 13, 2025
1 parent 7715065 commit 9ff1c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/protocol/contracts/layer1/provers/ProverSet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ contract ProverSet is EssentialContract, IERC1271 {
LibAddress.sendEtherAndVerify(admin, _amount);
}

/// @notice Propose multiple Taiko blocks.
/// @notice Propose a batch of Taiko blocks.
function proposeBatch(
bytes calldata _params,
bytes calldata _txList,
Expand All @@ -112,7 +112,7 @@ contract ProverSet is EssentialContract, IERC1271 {
return taiko.proposeBatch(_params, _txList);
}

/// @notice Batch proves or contests Taiko blocks.
/// @notice Proves multiple Taiko batches.
function proveBatches(bytes calldata _params, bytes calldata _proof) external onlyProver {
ITaikoInbox(inbox()).proveBatches(_params, _proof);
}
Expand Down

0 comments on commit 9ff1c0d

Please sign in to comment.