Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(asb): Retry locking Monero #143

Merged
merged 5 commits into from
Nov 10, 2024
Merged

feat(asb): Retry locking Monero #143

merged 5 commits into from
Nov 10, 2024

Conversation

binarybaron
Copy link

@binarybaron binarybaron commented Nov 9, 2024

There are a number of reasons the locking of the Monero funds could fail:

  • Insufficient funds in wallet
  • Network errors (no connection to daemon)
  • Daemon not being fully synced
  • monero-wallet-rpc crashed

We will retry continously until the cancel timelock expires.

Closes #138

@binarybaron binarybaron force-pushed the asb/retry-locking-xmr branch from 687d8c6 to cdc2b4f Compare November 9, 2024 13:05
Copy link

@Einliterflasche Einliterflasche left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@binarybaron binarybaron merged commit 8c3adbf into master Nov 10, 2024
29 checks passed
@binarybaron
Copy link
Author

LGTM!

thanks!

Einliterflasche pushed a commit that referenced this pull request Nov 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retry locking Monero
2 participants