Skip to content

Commit

Permalink
nit: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongeric committed Oct 2, 2024
1 parent 83d7da1 commit 14bb2fb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/base/BlockNumberish.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ import {IArbSys} from "../interfaces/IArbSys.sol";
/// @title BlockNumberish
/// A helper contract to get the current block number on different chains
contract BlockNumberish {
// Declare an immutable function type variable for the _getTstorish function
// based on chain support for tstore at time of deployment.
// Declare an immutable function type variable for the _getBlockNumberish function
function() view returns (uint256) internal immutable _getBlockNumberish;

constructor() {
Expand Down

0 comments on commit 14bb2fb

Please sign in to comment.