Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add retries to mobilecoind when it submits transactions (#3308)
* add retries to mobilecoind when it submits transactions i'm finding that sometimes it fails with attestation permission denied errors otherwise --- feel free to leave comments about how you would like this to be more configurable or use exponential backoff or something, let's decide exactly how it should work during review * make it match full-service retries * tweak retry timings per review * unused import * fix build * clippy
- Loading branch information