Skip to content

Commit

Permalink
fix comments in storePermission()
Browse files Browse the repository at this point in the history
  • Loading branch information
miquelcabot committed Nov 7, 2022
1 parent a67cbf0 commit c2e14e4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/SoulLinker.sol
Expand Up @@ -183,7 +183,6 @@ contract SoulLinker is DexAMM, Ownable, EIP712 {
/// @param signatureDate Signature date of the signature
/// @param expirationDate Expiration date of the signature
/// @param signature Signature of the read link request made by the owner
/// @return `true` if the signature is valid and the permission is stored, `false` otherwise
function storePermission(
uint256 readerIdentityId,
uint256 ownerIdentityId,
Expand Down

0 comments on commit c2e14e4

Please sign in to comment.