Skip to content

Commit

Permalink
Delete duplicated function
Browse files Browse the repository at this point in the history
  • Loading branch information
HighGecko committed Aug 4, 2024
1 parent 54cb0e6 commit fb22fc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/vm/core/evm/iscmagic/ISCSandbox.sol
Original file line number Diff line number Diff line change
Expand Up @@ -192,8 +192,6 @@ interface ISCSandbox {
*/
function getIRC27NFTData(NFTID id) external view returns (IRC27NFT memory);

function getIRC27NFTData(NFTID id) external view returns (IRC27NFT memory);

/**
* @dev Retrieves the URI of an IRC27 NFT based on its ID.
* @param id The ID of the IRC27 NFT.
Expand Down

0 comments on commit fb22fc3

Please sign in to comment.