File tree 4 files changed +4
-4
lines changed
packages/0xcert-ethereum-erc721-contracts/src/contracts
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -445,7 +445,7 @@ contract NFTokenEnumerable is
445
445
}
446
446
447
447
/**
448
- * @dev Helper function that actually does the safeTransfer .
448
+ * @dev Helper function that actually does the safeTransferFrom .
449
449
* @param _from The current owner of the NFT.
450
450
* @param _to The new owner.
451
451
* @param _tokenId The NFT to transfer.
Original file line number Diff line number Diff line change @@ -542,7 +542,7 @@ contract NFTokenMetadataEnumerable is
542
542
}
543
543
544
544
/**
545
- * @dev Helper function that actually does the safeTransfer .
545
+ * @dev Helper function that actually does the safeTransferFrom .
546
546
* @param _from The current owner of the NFT.
547
547
* @param _to The new owner.
548
548
* @param _tokenId The NFT to transfer.
Original file line number Diff line number Diff line change @@ -430,7 +430,7 @@ contract NFTokenMetadata is
430
430
}
431
431
432
432
/**
433
- * @dev Helper function that actually does the safeTransfer .
433
+ * @dev Helper function that actually does the safeTransferFrom .
434
434
* @param _from The current owner of the NFT.
435
435
* @param _to The new owner.
436
436
* @param _tokenId The NFT to transfer.
Original file line number Diff line number Diff line change @@ -333,7 +333,7 @@ contract NFToken is
333
333
}
334
334
335
335
/**
336
- * @dev Helper function that actually does the safeTransfer .
336
+ * @dev Helper function that actually does the safeTransferFrom .
337
337
* @notice Limitation of this safeTransferFrom implementation is that contract cannot receiver NFT
338
338
* tokens inside its constructor.
339
339
* @param _from The current owner of the NFT.
You can’t perform that action at this time.
0 commit comments