Skip to content

Commit

Permalink
Update contracts/interfaces/draft-IERC7579.sol
Browse files Browse the repository at this point in the history
Co-authored-by: cairo <[email protected]>
  • Loading branch information
ernestognw and cairoeth authored Nov 21, 2024
1 parent 8368fb2 commit 3803803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/draft-IERC7579.sol
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ interface IERC7579AccountConfig {
/**
* @dev ERC-7579 Module Config.
*
* Allows an account to enable and configure modules installed on the account.
* Allows an account to install and uninstall modules.
*/
interface IERC7579ModuleConfig {
event ModuleInstalled(uint256 moduleTypeId, address module);
Expand Down

0 comments on commit 3803803

Please sign in to comment.