From b5ba231978dd516df341f6244b95017b70e3a19c Mon Sep 17 00:00:00 2001 From: Matt Nelson <85905982+non-fungible-nelson@users.noreply.github.com> Date: Wed, 11 Dec 2024 10:00:47 -0500 Subject: [PATCH] improve doc string for interface --- src/contracts/interfaces/IDelegationManager.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/src/contracts/interfaces/IDelegationManager.sol b/src/contracts/interfaces/IDelegationManager.sol index b43d9250c..ed49e2200 100644 --- a/src/contracts/interfaces/IDelegationManager.sol +++ b/src/contracts/interfaces/IDelegationManager.sol @@ -474,6 +474,7 @@ interface IDelegationManager is ISignatureUtils, IDelegationManagerErrors, IDele * This value depends on which operator the staker is delegated to. * The shares amount returned is the actual amount of Strategy shares the staker would receive (subject * to each strategy's underlying shares to token ratio). + * The sum of getWithdrawableShares for all of an Operator's Stakers should be <= Operator shares */ function getWithdrawableShares( address staker,