Skip to content

Commit

Permalink
chore(contracts): view
Browse files Browse the repository at this point in the history
  • Loading branch information
mempirate committed Jan 24, 2025
1 parent 13a4890 commit 3dff907
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smart-contracts/src/contracts/EigenLayerMiddlewareV1.sol
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ contract EigenLayerMiddlewareV1 is OwnableUpgradeable, UUPSUpgradeable, IAVSRegi
/// @return The restaked strategy addresses
function getOperatorRestakedStrategies(
address operator
) public returns (address[] memory) {
) public view returns (address[] memory) {
// Only take strategies that are active at <timestamp>
IStrategy[] memory activeStrategies = _getActiveStrategiesAt(_now());

Expand Down

0 comments on commit 3dff907

Please sign in to comment.