Closed zshchou closed 6 years ago
@zshchou do you get an error if you attempt to create the account again? This may be an issue with RPC. I had a similar issue recently.
Also try setting recovery and creator as eosio. If you're running master there is only a single producer eosio right now.
i use eosio, still error!
{
"transaction_id": "e36668602da228c05eec0eb1190ea957182630e24501564b415fe521a80a6c8c",
"broadcast": false,
"transaction": {
"compression": "none",
"data": {
"expiration": "2018-03-26T15:57:36",
"region": 0,
"ref_block_num": 743,
"ref_block_prefix": 2782249341,
"packed_bandwidth_words": 23,
"context_free_cpu_bandwidth": 0,
"context_free_actions": [],
"actions": [
{
"account": "eosio",
"name": "newaccount",
"authorization": [
{
"actor": "eosio",
"permission": "active"
}
],
"data": "0000000000ea30550000c80819aea69701000000010002c0ded2bc1f1305fb0faac5e6c03ee3a1924234985427b6167ca569d13df435cf01000001000000010002c0ded2bc1f1305fb0faac5e6c03ee3a1924234985427b6167ca569d13df435cf0100000100000000010000000000ea305500000000a8ed32320100"
}
]
},
"signatures": [
"EOSKm3Szimh5f5v5EmYt2u5cJMPVhjyVRapCVUPyXVkEQXkH3KsGhppEZ2ABH7DsH4pQ3WL7TftbfaZXWAkymoTxYGhAssbg5"
]
}
}
➜ build git:(master) cleos get account mynewacct
{
"account_name": "mynewacct",
"permissions": []
}
I am running master there is only a single producer eosio right now.
I see broadcast is set to false in your transaction
"broadcast": false,
set broadcast to true in your config and see if that fixes it.
it's ok, beacause yesterday if set broadcast:true, it not execute!
If broadcast is set to false it won't actually send the transaction, it just shows you what it would have sent. Set broadcast to true and we can work thru the error from there.
so, thanks, can you solve the asset error? please visit my issue for asset error.
I added a comment in the asset error ticket: #34
Sounds like this can be closed.
code:
result:
query