Skip to content

Commit

Permalink
Update ERC-6900: Fix incorrect dependencies type in installPlugin
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
jaypaik authored Dec 19, 2023
1 parent e9588ae commit 7945a63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ERCS/erc-6900.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ interface IPluginManager {
address plugin,
bytes32 manifestHash,
bytes calldata pluginInitData,
address[] calldata dependencies,
FunctionReference[] calldata dependencies,
InjectedHook[] calldata injectedHooks
) external;
Expand Down

0 comments on commit 7945a63

Please sign in to comment.