Skip to content

Commit

Permalink
docs: clarify strategy manager docs (#797)
Browse files Browse the repository at this point in the history
* Adding clarification to depositIntoStrategyWithSignature() per customer question in Slack
  • Loading branch information
wesfloyd authored Oct 4, 2024
1 parent 4bf3249 commit 30040aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/core/StrategyManager.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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`
* Caller MUST be the `strategyWhitelister`

0 comments on commit 30040aa

Please sign in to comment.