fabric-samples icon indicating copy to clipboard operation
fabric-samples copied to clipboard

Minter (--id.type client) is able to transfer tokens to a non-client id type user(--id.type user).

Open mhusnainee opened this issue 2 years ago • 0 comments

As this chaincode supports only client identity level accounts. But I tried to transfer tokens to a user id type identity and it transferred successfully. But the problem is that the user is not able to query its balance as well as client identity. So he can not access these tokens and they are permanently locked.

Chaincode should check account id type first to transfer to any account as it only supports client id type accounts.

mhusnainee avatar Jan 19 '23 12:01 mhusnainee