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
We check all these when adding an action into action pool. I think the optimization we could do is to switch the steps. We first try to put the action into local action pool, if error happens (not the pool/queue full issue), we should prevent sending the action other peers. Thoughts? cc @lizhefeng .
iotex-core/api/api.go
Line 286 in fd846ab
api should check Gas And Balance when broadcast, this can help caller find GasPrice, GasLimit, Balance Insufficient.
The text was updated successfully, but these errors were encountered: