We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8470cac commit 2eb0877Copy full SHA for 2eb0877
src/libraries/AccountStorage.sol
@@ -36,7 +36,7 @@ struct PermittedExternalCallData {
36
mapping(bytes4 => bool) permittedSelectors;
37
}
38
39
-// Represets a set of pre- and post- hooks. Used to store both execution hooks and permitted call hooks.
+// Represets a set of pre- and post- hooks.
40
struct HookGroup {
41
EnumerableMap.Bytes32ToUintMap preHooks;
42
// bytes21 key = pre hook function reference
0 commit comments