Skip to content

Commit

Permalink
Use calldata for queryable extension (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
cygaar authored Jul 9, 2022
1 parent 52aec3b commit 9565acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/extensions/ERC721AQueryable.sol
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ abstract contract ERC721AQueryable is ERC721A, IERC721AQueryable {
* @dev Returns an array of `TokenOwnership` structs at `tokenIds` in order.
* See {ERC721AQueryable-explicitOwnershipOf}
*/
function explicitOwnershipsOf(uint256[] memory tokenIds)
function explicitOwnershipsOf(uint256[] calldata tokenIds)
external
view
virtual
Expand Down

0 comments on commit 9565acb

Please sign in to comment.