Skip to content

Commit 05c34ad

Browse files
authored
Merge pull request #284 from MoMannn/master
Allow transfer to be overriden.
2 parents dac9e6c + 2fa0328 commit 05c34ad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contracts/tokens/nf-token.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,7 @@ contract NFToken is
305305
uint256 _tokenId
306306
)
307307
internal
308+
virtual
308309
{
309310
address from = idToOwner[_tokenId];
310311
_clearApproval(_tokenId);

0 commit comments

Comments
 (0)