Skip to content

Commit

Permalink
fix: baseStrategy doc (#289)
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffel authored Apr 20, 2021
1 parent 564b0c0 commit 73705dc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contracts/BaseStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,11 @@ abstract contract BaseStrategy {
* contract is deployed.
* @dev `_vault` should implement `VaultAPI`.
* @param _vault The address of the Vault responsible for this Strategy.
* @param _strategist The address to assign as `strategist`.
* The strategist is able to change the reward address
* @param _rewards The address to use for pulling rewards.
* @param _keeper The adddress of the _keeper. _keeper
* can harvest and tend a strategy.
*/
function _initialize(
address _vault,
Expand Down

0 comments on commit 73705dc

Please sign in to comment.