Skip to content

Commit f169671

Browse files
Change getMaxBlockGasLimit return type to uint64
1 parent ef9275d commit f169671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArbGasInfo.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ interface ArbGasInfo {
127127

128128
/// @notice Get the maximum block gas limit
129129
/// @notice Available in ArbOS version 50 and above
130-
function getMaxBlockGasLimit() external view returns (uint256);
130+
function getMaxBlockGasLimit() external view returns (uint64);
131131

132132
/// @notice Get the current gas pricing constraints used by the Multi-Constraint Pricer.
133133
/// @notice Each constraint contains:

0 commit comments

Comments
 (0)