Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add retry limit to transaction retrieval
The current changes implement a retry limit when retrieving a transaction by its hash from the client. If the transaction retrieval fails seven times, a warning is logged and the process ends. This helps to avoid infinite loops in case of non-recoverable errors.
- Loading branch information