mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-05-24 09:21:26 -04:00
fix(asb): Would silently fail if Monero refund transaction publish failed (#254)
This commit is contained in:
parent
3e6b25a0c8
commit
29da23ea60
5 changed files with 65 additions and 54 deletions
|
@ -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:
|
|||

|
||||
|
||||
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
|
||||
|
||||

|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue