Skip to content

Commit

Permalink
Update src/example/NFTPortal.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
alainncls authored Sep 22, 2023
1 parent 6ac63a1 commit 3aa36d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/example/NFTPortal.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ contract NFTPortal is AbstractPortal, ERC721 {
return numberOfAttestationsPerOwner[abi.encode(owner)];
}

/** @notice Find the owner of an attestation
/**
* @notice Find the owner of an attestation
* @param tokenId The identifier for an attestation
* @return The address of the owner of the attestation
*/
Expand Down

0 comments on commit 3aa36d6

Please sign in to comment.