fix(asb): Would silently fail if Monero refund transaction publish failed (#254)

This commit is contained in:
binarybaron 2025-01-21 14:01:57 +01:00 committed by GitHub
parent 3e6b25a0c8
commit 29da23ea60
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 65 additions and 54 deletions

View file

@ -32,6 +32,7 @@ Consider joining the designated [Matrix chat](https://matrix.to/#/%23unstoppable
### Using Docker
Running the ASB and its required services (Bitcoin node, Monero node, wallet RPC) can be complex to set up manually. We provide a Docker Compose solution that handles all of this automatically. See our [docker-compose repository](https://github.com/UnstoppableSwap/asb-docker-compose) for setup instructions and configuration details.
## ASB Details
The ASB is a long running daemon that acts as the trading partner to the swap CLI.
@ -212,6 +213,7 @@ Sparrow wallet import works as follows:
![image](transactions-tab.png)
If the bitcoin amount in your wallet doesn't match "asb balance" output and you don't see (all) the transactions you need to increase the gap limit:
- go to Settings > Advanced... > Gap limit
![image](gap-limit.png)