Skip to content

Commit 8470cac

Browse files
committed
Update ERC
1 parent 129625d commit 8470cac

File tree

4 files changed

+706
-1078
lines changed

4 files changed

+706
-1078
lines changed

src/interfaces/IPluginManager.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {FunctionReference} from "../libraries/FunctionReferenceLib.sol";
55

66
/// @title Plugin Manager Interface
77
interface IPluginManager {
8-
/// @dev Note that we strip hookApplyData from InjectedHooks in this event for gas savings
98
event PluginInstalled(address indexed plugin, bytes32 manifestHash, FunctionReference[] dependencies);
109

1110
event PluginUninstalled(address indexed plugin, bool indexed callbacksSucceeded);

0 commit comments

Comments
 (0)