diff options
Do not mark a retry tx failed that has been broadcast successfully
Fixes #2115
If a tx has been braodcast, the only failures we should accept are:
- Never mined
- On chain failure
We had a section of code that would mark a tx failed during any unknown error during a retry.
Now no retry > 1 will ever mark a tx failed, since it has been broadcast, and may be mined.
Diffstat (limited to 'app/scripts/lib/nodeify.js')
0 files changed, 0 insertions, 0 deletions