This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[Bug]: NFT Query does not work if original value is put in NFT.Data #17206
Labels
You can continue the conversation there. Go to discussion →
Summary of Bug
UnUniFi added a field (NFTData) to the sdk's NFT.Data that disables NFT Transfer.
https://github.com/UnUniFi/chain/blob/nft-transfer-disable/x/nft/types/nft.pb.go#L27-29
Data is null at first, but if I put NFTData here, the query does not work...
Can you change the sdk query to resolve this? Also, let me know if this is this type registration issue.
Version
https://github.com/cosmos/cosmos-sdk/tree/v0.47.3
Steps to Reproduce
Execute NFT Query in a situation where NFT.Data contains a specific value.
The text was updated successfully, but these errors were encountered: