Skip to content

Commit

Permalink
fix typo in comment SafeProtocolManager.sol (#122)
Browse files Browse the repository at this point in the history
broken link, fixed
  • Loading branch information
owl11 authored Oct 24, 2023
1 parent 75da71d commit a603214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/SafeProtocolManager.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ contract SafeProtocolManager is ISafeProtocolManager, RegistryManager, HooksMana
* @dev Restrict the `to` field in the actions so that a module cannot execute an action that changes the config such as
* enabling/disabling other modules or make changes to its own access level for an account.
* In future, evaluate use of fine granined permissions model executing actions.
* For more information, follow the disuccsion here: https://github.com/safe-global/safe-protocol-specs/discussions/7.
* For more information, follow the disuccsion here: https://github.com/safe-global/safe-core-protocol-specs/discussions/7.
* @param account Target account address
* @param transaction A struct of type SafeTransaction containing information of about the action(s) to be executed.
* Users can add logic to validate metadataHash through hooks.
Expand Down

0 comments on commit a603214

Please sign in to comment.