We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a666cf commit 96b6b60Copy full SHA for 96b6b60
contracts/contract/megapool/RocketMegapoolStorageLayout.sol
@@ -47,7 +47,7 @@ abstract contract RocketMegapoolStorageLayout {
47
//
48
49
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)
+ uint256 internal expirationTime; // Used to store the expiry timestamp of this delegate (0 meaning not expiring)
51
52
53
// Proxy state
0 commit comments