Skip to content

Commit

Permalink
Update doc case-study-register-derivative-ippy
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Tucker committed Feb 18, 2025
1 parent 0111a53 commit 081e78a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ This function calls `registerDerivative` in the [📜 Licensing Module](doc:lice

## 6. Transfer NFT

Now that the contract has handled registering the IP as a derivative, it can transfer ownership to the user to have ownership over the PiPi IP:
Now that the contract has handled registering the IP as a derivative, it transfers the NFT to the user to have ownership over the PiPi IP:

```sol PiPi.sol
function _mintNFT(address recipient) internal returns (string memory, address) {
Expand Down

0 comments on commit 081e78a

Please sign in to comment.