mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-08 06:22:39 -04:00
Make it work on CI
This commit is contained in:
parent
e1d8a1c39b
commit
ae1ea08bb2
4 changed files with 54 additions and 24 deletions
|
@ -112,6 +112,6 @@ impl AuthenticatedConnection {
|
|||
.iter(),
|
||||
)
|
||||
.await
|
||||
.map_err(|_| anyhow!("Could not add onion service."))
|
||||
.map_err(|e| anyhow!("Could not add onion service.: {:#?}", e))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue