Skip to content

Commit

Permalink
Merge pull request #3484 from HighGecko/develop
Browse files Browse the repository at this point in the history
Delete duplicated function in ISCSandbox
  • Loading branch information
jorgemmsilva authored Aug 27, 2024
2 parents 11f35a3 + fb22fc3 commit 1da16fc
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 1da16fc

Please sign in to comment.