Skip to content

Commit

Permalink
Update system-contracts/contracts/SystemContext.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Bezkorovainyi <[email protected]>
  • Loading branch information
pompon0 and StanislavBreadless authored Jun 13, 2024
1 parent add0707 commit 51e391b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system-contracts/contracts/SystemContext.sol
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract SystemContext is ISystemContext, ISystemContextDeprecated, ISystemContr
/// @notice The rolling hash of the transactions in the current L2 block.
/// The layout of this field is
/// {"offset":0,"slot":"10","type":"t_bytes32"}
/// and it must not be changes, because batch verification in zksync-era depends on it.
/// and it must not be changed, because batch verification in zksync-era depends on it.
bytes32 internal currentL2BlockTxsRollingHash;

/// @notice The hashes of L2 blocks.
Expand Down

0 comments on commit 51e391b

Please sign in to comment.