Skip to content

Commit c2540a6

Browse files
committed
Fix comment about trading any asset in DelegatedManagerFactory
1 parent 1901b6a commit c2540a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/factories/DelegatedManagerFactory.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ contract DelegatedManagerFactory {
112112
* @param _methodologist Address to set as the DelegateManager's methodologist role
113113
* @param _modules List of modules to enable. All modules must be approved by the Controller
114114
* @param _operators List of operators authorized for the DelegateManager
115-
* @param _assets List of assets DelegateManager can trade. When empty, manager can trade any asset
115+
* @param _assets List of assets DelegateManager can trade. When empty, asset allow list is not enforced
116116
* @param _extensions List of extensions authorized for the DelegateManager
117117
*
118118
* @return (ISetToken, address) The created SetToken and DelegatedManager addresses, respectively

0 commit comments

Comments
 (0)