diff --git a/docs/core/StrategyManager.md b/docs/core/StrategyManager.md index aae5d0518..346ced740 100644 --- a/docs/core/StrategyManager.md +++ b/docs/core/StrategyManager.md @@ -102,6 +102,8 @@ function depositIntoStrategyWithSignature( returns (uint256 shares) ``` +This method has a similar purpose as `depositIntoStrategy()`, except it is intended to be used when submitting a deposit on behalf of `staker` which will be credited with the new shares. + *Effects*: See `depositIntoStrategy` above. Additionally: * The Staker's nonce is incremented @@ -459,4 +461,4 @@ Allows the Strategy Whitelister to enable or disable third-party transfers for a * Sets `thirdPartyTransfersForbidden[strategy]`, even if that strategy is not currently whitelisted *Requirements*: -* Caller MUST be the `strategyWhitelister` \ No newline at end of file +* Caller MUST be the `strategyWhitelister`