hyperledger / hyperledger/fabric-samples
Minter (--id.type client) is able to transfer tokens to a non-client id type user(--id.type user).
Open
- Dominant language
- Go
- Stars
- 3k
- Forks
- 3.5k
- Avg merge
- 3d 20h
- Merged PRs (30d)
- 6
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.