Skip to content

Commit

Permalink
Update src/IRegistry.sol
Browse files Browse the repository at this point in the history
Co-authored-by: Konrad <[email protected]>
  • Loading branch information
zeroknots and kopy-kat authored Apr 19, 2024
1 parent 4af3776 commit 7e910f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/IRegistry.sol
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ interface IRegistry is IERC7484 {
* In order to make the integration into existing business logics possible,
* the Registry is able to utilize external factories that can be utilized to deploy the modules.
* @dev Registry can use other factories to deploy the module.
* @dev Note that this function will call the external factory via the FactoryTrampolin contract.
* @dev Note that this function will call the external factory via the FactoryTrampoline contract.
* Factory MUST not assume that msg.sender == registry
* @dev This function is used to deploy and register a module using a factory contract.
* Since one of the parameters of this function is a unique resolverUID and any
Expand Down

0 comments on commit 7e910f6

Please sign in to comment.