Open MhAhmadAliPL opened 2 years ago
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.
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.