EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 462 forks source link

Ensure that your packed transaction JSON follows the following format! #187

Closed lingyiliu016 closed 6 years ago

lingyiliu016 commented 6 years ago

When I set the contract on blockchain in version eos@dawn4.0, and call the action of the contract, everything was normal. but when I set the same contract on blockchain in version EOS1.0, There is nothing wrong. But when I call action on EOS1.0, errors occured!

20180613120211

what should I do? I don't know how solve this issue.

jcalfee commented 6 years ago

upgrade eosjs .. looks like you figured it out