Skip to content

Commit

Permalink
issue iiitl#8 added external keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
Ansh-Agrawal1817 committed Mar 15, 2024
1 parent 6326e58 commit 59e19e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/Contract.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface IERC721 {
address _from,
address _to,
uint256 _id
);
)external;
}
contract Contract {
address public nftaddress;
Expand Down

0 comments on commit 59e19e7

Please sign in to comment.