You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ran the command on my computer (a MBP 16" with sufficient hardware): cleos push action eosio.token create '[ "alice", "1000000000.0000 SYS"]' -p eosio.token@active
There was a timeout error the first time:
Error 3080006: Transaction took too long
Error Details:
deadline exceeded 1160us
pending console output:
When I ran it the second time, it succeeded with a running time of 984 us. I suggest a note be added about this possible error and what the running time limit is.
The text was updated successfully, but these errors were encountered:
When I ran the command on my computer (a MBP 16" with sufficient hardware):
cleos push action eosio.token create '[ "alice", "1000000000.0000 SYS"]' -p eosio.token@active
There was a timeout error the first time:
When I ran it the second time, it succeeded with a running time of
984 us
. I suggest a note be added about this possible error and what the running time limit is.The text was updated successfully, but these errors were encountered: