1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
Dan Finlay 2b7b1db851 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.
2017-09-18 14:34:25 -07:00
..
2017-06-12 11:08:32 -07:00
2017-05-23 19:49:57 -04:00
2017-03-28 11:52:15 -07:00
2017-04-26 21:05:45 -07:00
2016-11-18 16:27:26 -08:00
2017-09-07 22:35:38 -07:00