Skip to content

Commit 96b6b60

Browse files
committed
Comment fix
1 parent 9a666cf commit 96b6b60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/contract/megapool/RocketMegapoolStorageLayout.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ abstract contract RocketMegapoolStorageLayout {
4747
//
4848

4949
bool internal storageState; // Used to prevent direct calls to the delegate contract
50-
uint256 internal expirationTime; // Used to store the expiry block of this delegate (0 meaning not expiring)
50+
uint256 internal expirationTime; // Used to store the expiry timestamp of this delegate (0 meaning not expiring)
5151

5252
//
5353
// Proxy state

0 commit comments

Comments
 (0)