-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Send sends a request using the lwkclient and handles retries in case of a "missing transaction" error. It uses an exponential backoff strategy for retries, with a maximum of 5 retries. This is a temporary workaround for an issue where a missing transaction error occurs even when the UTXO exists. If the issue persists, the backoff strategy may need adjustment. - Implement retry logic in the `send` function of `lwkclient` using an exponential backoff strategy to handle "missing transaction" errors. fixes: #325
- Loading branch information
1 parent
513f0c6
commit b7070ca
Showing
2 changed files
with
32 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters