hyperledger / hyperledger/fabric-samples

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

Open
#911 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.