Skip to content

Commit

Permalink
feat: pure to view (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashitakah authored Jul 24, 2024
1 parent 2a1bfe7 commit ad40b65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solidity/contracts/Module.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ abstract contract Module is IModule {
) external virtual onlyOracle {}

/// @inheritdoc IModule
function validateParameters(bytes calldata _encodedParameters) external pure virtual returns (bool _valid) {}
function validateParameters(bytes calldata _encodedParameters) external view virtual returns (bool _valid) {}

/**
* @notice Computes the id a given request
Expand Down

0 comments on commit ad40b65

Please sign in to comment.