-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Beneficiary vs assetOwner field name for transitions #151
Comments
I need details when this error happens and what leads to it |
after transfer RGB20,
rgb runtime error: field name beneficiary is unknown to the contract interface |
Ok, the issue is related to the fact that RGB wallet uses default assignment from the RGB20 interface to access the state data. It uses assingment alias ("beneficiary") and not state name ("assetOwner"), hence the error. Moving to RGB standard library where it belongs to |
This should be fixed when #162 is merged |
The text was updated successfully, but these errors were encountered: