Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
mhusnainee opened this issue Jan 19, 2023 · 0 comments

Comments

@mhusnainee
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant