Replies: 3 comments 3 replies
-
@dreamer-zq Please check if you have time. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Did you try registering the type in the codec? Moving this to a discussion as I don't think it's a bug |
Beta Was this translation helpful? Give feedback.
2 replies
-
It was an incomplete registration, Closed. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
Beta Was this translation helpful? Give feedback.
All reactions