Skip to content

Commit

Permalink
修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mashharuki committed Jan 8, 2025
1 parent 01ff284 commit bef830a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions pkgs/contract/.solhintignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
node_modules/
contracts/module/

contracts/hats/module/
2 changes: 1 addition & 1 deletion pkgs/contract/contracts/hats/module/HatsModuleFactory.sol
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ contract HatsModuleFactory {
HatsModule(_instance).setUp(_initData);

// log the deployment
emit HatsModuleFactory_ModuleDeployed(
emit HatsModuleFactoryModuleDeployed(
_implementation,
address(_instance),
_hatId,
Expand Down

0 comments on commit bef830a

Please sign in to comment.