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
{{ message }}
This repository has been archived by the owner on Oct 28, 2022. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: