We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
assertion failure with message: datastream attempted to read past the end { "code": 500, "message": "Internal Service Error", "error": { "code": 3050003, "name": "eosio_assert_message_exception", "what": "eosio_assert_message assertion failure", "details": [ { "message": "assertion failure with message: datastream attempted to read past the end", "file": "wasm_interface.cpp", "line_number": 1075, "method": "eosio_assert" } ] } }
I receive this error when trying to transfer the asset to another account using the transfer function.
transfer
I am using EOS Studio with the default (docker) configuration used in the Wax Blockchain docs here.
Please help if anyone knows about this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I receive this error when trying to transfer the asset to another account using the
transfer
function.I am using EOS Studio with the default (docker) configuration used in the Wax Blockchain docs here.
Please help if anyone knows about this issue.
The text was updated successfully, but these errors were encountered: