diff --git a/solidity/interfaces/IModule.sol b/solidity/interfaces/IModule.sol index 185f610..b243766 100644 --- a/solidity/interfaces/IModule.sol +++ b/solidity/interfaces/IModule.sol @@ -73,7 +73,7 @@ interface IModule { * @param _encodedParameters The encoded parameters for the request * @param _valid Boolean indicating if the parameters are valid or not */ - function validateParameters(bytes memory _encodedParameters) external pure returns (bool _valid); + function validateParameters(bytes calldata _encodedParameters) external pure returns (bool _valid); /** * @notice Returns the name of the module.