-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Description
What happened?
I started with a DID (did:chia:1cxw5dqug4gavvgylx88zfkmqv235ryr6j9tvyjwwuga0pa52wjvqavdyar) with one associated NFT. I transferred the DID with this command:
chia wallet did transfer -i 7 -ta xch1gdhch02gp6352plffxqy7ppaar2dvtnek6p2cc79nc5apqzae37sktag6l
The destination wallet shows that the DID was transferred, minus the NFT:
DID did:chia:1cxw5dqug4gavvgylx88zfkmqv235ryr6j9tvyjwwuga0pa52wjvqavdyar:
-Total Balance: 1.0
-Pending Total Balance: 1.0
-Spendable: 1.0
-Type: DECENTRALIZED_ID
-DID ID: did:chia:1cxw5dqug4gavvgylx88zfkmqv235ryr6j9tvyjwwuga0pa52wjvqavdyar
-Wallet ID: 3
However, the source wallet now contains an NFT wallet with the old associated DID:
NFT Wallet:
-Total Balance: 0.0
-Pending Total Balance: 0.0
-Spendable: 0.0
-Type: NFT
-DID ID: did:chia:1cxw5dqug4gavvgylx88zfkmqv235ryr6j9tvyjwwuga0pa52wjvqavdyar
-Wallet ID: 12
The source wallet shows the NFT still being custodied by the same DID, even though that DID is now associated with the destination wallet:
chia wallet nft list -i 12
NFT identifier: nft14lh7agq6v92g0n8u9c7hpkmfan44ku26s80t48ntw2mcqelxrhnqackyz9
Launcher coin ID: afefeea01a615487ccfc2e3d70db69eceb5b715a81deba9e6b72b78067e61de6
Launcher puzhash: eff07522495060c066f66f32acc2a77e3a3e737aca8baea4d1a64ea4cdc13da9
Current NFT coin ID: dd4a3c895d19a1b4a5c433a581c5fc3dfa25eb44d0f4ab6ecc738e4a9520c18f
...
Owner DID: did:chia:1cxw5dqug4gavvgylx88zfkmqv235ryr6j9tvyjwwuga0pa52wjvqavdyar
I would expect the NFT to be stored in the primary NFT wallet instead of this new wallet. Additionally, I would not expect it to have an Owner DID
at this point.
Version
1.8.0rc3.dev1 (main branch)
What platform are you using?
Windows
What ui mode are you using?
CLI
Relevant log output
No response