Skip to content

Commit

Permalink
Remove useless parameter comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Builddddder committed Oct 24, 2023
1 parent 227fad1 commit aab1e1c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/src/examples/modules/SchemaCheckerModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ contract SchemaCheckerModule is AbstractModule {
/**
* @notice This method is used to run the module's validation logic
* @param attestationPayload - AttestationPayload containing the user address as `subject` and nonce as `attestationData`
* @param validationPayload - Payload encoded with abi.encode(uint256).toEthSignedMessageHash().sign(signer)
*/
function run(
AttestationPayload memory attestationPayload,
Expand Down

0 comments on commit aab1e1c

Please sign in to comment.