From 9f7ef8778a6201f9e9da24190643daf43f6450cf Mon Sep 17 00:00:00 2001 From: Cedric <53888545+ghostant-1017@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:32:07 +0800 Subject: [PATCH] Update ZkSyncHyperchainStorage.sol --- .../state-transition/chain-deps/ZkSyncHyperchainStorage.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/l1-contracts/contracts/state-transition/chain-deps/ZkSyncHyperchainStorage.sol b/l1-contracts/contracts/state-transition/chain-deps/ZkSyncHyperchainStorage.sol index e76d86f24..e548233bf 100644 --- a/l1-contracts/contracts/state-transition/chain-deps/ZkSyncHyperchainStorage.sol +++ b/l1-contracts/contracts/state-transition/chain-deps/ZkSyncHyperchainStorage.sol @@ -77,7 +77,7 @@ struct ZkSyncHyperchainStorage { /// @notice Total number of executed batches i.e. batches[totalBatchesExecuted] points at the latest executed batch /// (batch 0 is genesis) uint256 totalBatchesExecuted; - /// @notice Total number of proved batches i.e. batches[totalBatchesProved] points at the latest proved batch + /// @notice Total number of verified batches i.e. batches[totalBatchesVerified] points at the latest verified batch uint256 totalBatchesVerified; /// @notice Total number of committed batches i.e. batches[totalBatchesCommitted] points at the latest committed /// batch