Skip to content

Commit

Permalink
fix: factory
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Sep 24, 2024
1 parent 8d168e6 commit 6979994
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/StrategyFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ contract StrategyFactory {
*/
function newStrategy(
address _asset,
he
string calldata _name
) external virtual returns (address) {
// tokenized strategies available setters.
IStrategyInterface _newStrategy = IStrategyInterface(
address(new Strategy(_asset, _name))
Expand Down

0 comments on commit 6979994

Please sign in to comment.