From aee6836d65a66dd6c6626e120f19d4310cae71fd Mon Sep 17 00:00:00 2001 From: futreall <86553580+futreall@users.noreply.github.com> Date: Sat, 22 Mar 2025 10:08:44 +0200 Subject: [PATCH] Update IRollup.sol --- contracts/contracts/l1/rollup/IRollup.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/contracts/l1/rollup/IRollup.sol b/contracts/contracts/l1/rollup/IRollup.sol index caa0d300..7c398ae1 100644 --- a/contracts/contracts/l1/rollup/IRollup.sol +++ b/contracts/contracts/l1/rollup/IRollup.sol @@ -158,7 +158,7 @@ interface IRollup { /// @param batchIndex The index of the batch. function finalizedStateRoots(uint256 batchIndex) external view returns (bytes32); - /// @notice Return the the committed batch of withdrawalRoot. + /// @notice Return the committed batch of withdrawalRoot. /// @param withdrawalRoot The withdrawal root. function withdrawalRoots(bytes32 withdrawalRoot) external view returns (bool);