From 1ee6b10c85c19d1f928a1aab9137a8c454d2b625 Mon Sep 17 00:00:00 2001 From: -f Date: Tue, 23 Apr 2024 00:02:22 +0530 Subject: [PATCH] comment --- solidity/contracts/avs/HyperlaneServiceManager.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/solidity/contracts/avs/HyperlaneServiceManager.sol b/solidity/contracts/avs/HyperlaneServiceManager.sol index 9377f563e3..347f595fb6 100644 --- a/solidity/contracts/avs/HyperlaneServiceManager.sol +++ b/solidity/contracts/avs/HyperlaneServiceManager.sol @@ -86,7 +86,6 @@ contract HyperlaneServiceManager is IServiceManager, OwnableUpgradeable { /** * @notice Returns the list of strategies that the operator has potentially restaked on the AVS - * @param operator The address of the operator to get restaked strategies for * @dev This function is intended to be called off-chain * @dev Since ECDSAStakeRegistry only supports one quorum, each operator restakes into all the AVS strategies * @dev No guarantee is made on uniqueness of each element in the returned array.