Request status for pending transactions
ealymbaev opened this issue · 0 comments
ealymbaev commented
When transaction is sent to blockchain - it may fail with error (even if it was was accepted by node).
In this case it will never get included into the block and will stay in Pending state in EthereumKit.
On every start (or after some time period) all pending transaction statuses should be requested from blockchain and transaction in DB should be updated accordingly.