Skip to content

Commit 9ec3522

Browse files
committed
chore: update comments
1 parent 2dead47 commit 9ec3522

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contracts/pods/EigenPod.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -746,6 +746,7 @@ contract EigenPod is Initializable, ReentrancyGuardUpgradeable, EigenPodPausingC
746746
}
747747

748748
/// @notice Returns the timestamp of the Pectra fork, read from the `EigenPodManager` contract
749+
/// @dev Specifically, this returns the timestamp of the first non-missed slot at or after the Pectra hard fork
749750
function getPectraForkTimestamp() public view returns (uint64) {
750751
return eigenPodManager.pectraForkTimestamp();
751752
}

0 commit comments

Comments
 (0)