Skip to content
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.

Remove check in isNFTSupported() of NFT module LIP #442

Merged
merged 2 commits into from
Aug 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions proposals/lip-0052.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Discussions-To: https://research.lisk.com/t/introduce-nft-module/297
Status: Draft
Type: Standards Track
Created: 2021-05-22
Updated: 2023-07-20
Updated: 2023-08-14
Requires: 0045
```

Expand Down Expand Up @@ -1408,9 +1408,6 @@ This function returns the support status of an NFT.
```python
def isNFTSupported(nftID: NFTID) -> bool:

if NFTStore[nftID] does not exist:
raise Exception("NFT substore entry does not exist")

chainID = getChainID(nftID)
collectionID = getCollectionID(nftID)

Expand Down