You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: