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 f2d9a3b commit 23ce460
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 @@ -20,7 +20,8 @@ contract NFTPortal is AbstractPortal, ERC721 {
address router
) AbstractPortal(modules, router) ERC721("NFTPortal", "NFTPortal") {}

/** @notice Count all attestations assigned to an owner
/**
* @notice Count all attestations assigned to an owner
* @param owner An address for whom to query the balance
* @return The number of attestations owned by `owner`, possibly zero
*/
Expand Down

0 comments on commit 23ce460

Please sign in to comment.