when push transaction error:'code': 3050003, 'name': 'eosio_assert_message_exception', 'what': 'eosio_assert_message assertion failure'
Closed this issue · 5 comments
function wallet_unlock raise error too
Could I get some code to repro the issue for push_transaction? Also I left wallet_unlock in the code but it isn't implemented as I changed my mind on whether I wanted to use keosd at all.
I have found the reason raise error 'eosio_assert_message assertion failure',it's because the quantity i send is '1.000 EOS',it's should be '1.0000 EOS',but i have another question how to calculate the balance of a memo under a account and the confimation number? the actions have many repeat data, have some ideas? thx
@deckb do you have function to create account or validate account name ?
I am working on that now however currently there appears to be a bug in abi_json_to_bin
for newaccount
that causes some pain. See the issue I opened for more information: