mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-23 23:11:11 -04:00
wip: fixed message0
This commit is contained in:
parent
119f2a7c54
commit
ae87c10cae
14 changed files with 130 additions and 78 deletions
|
@ -13,7 +13,7 @@ async fn swap() {
|
|||
.with_env_filter(
|
||||
"swap=debug,hyper=off,reqwest=off,monero-harness=info,testcontainers=info,libp2p=debug",
|
||||
)
|
||||
.with_ansi(true)
|
||||
.with_ansi(false)
|
||||
.set_default();
|
||||
|
||||
let alice_multiaddr: Multiaddr = "/ip4/127.0.0.1/tcp/9876"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue