diff --git a/EIPS/eip-5169.md b/EIPS/eip-5169.md index 03fb383158885d..f9023b301807ba 100644 --- a/EIPS/eip-5169.md +++ b/EIPS/eip-5169.md @@ -58,7 +58,7 @@ Based on this, we define the smart contract interface below: interface IERC5169 { /// @dev This event emits when the scriptURI is updated, /// so wallets implementing this interface can update a cached script - event ScriptUpdate(string[] memory newScriptURI); + event ScriptUpdate(string[] newScriptURI); /// @notice Get the scriptURI for the contract /// @return The scriptURI