mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-10 07:20:07 -04:00
Enable trace output
This commit is contained in:
parent
39f86154ce
commit
c464555f5e
2 changed files with 9 additions and 1 deletions
|
@ -77,6 +77,8 @@ pub async fn swap(
|
|||
}
|
||||
}
|
||||
|
||||
debug!("swapping ...");
|
||||
|
||||
let mut swarm = new_swarm()?;
|
||||
|
||||
libp2p::Swarm::dial_addr(&mut swarm, addr)?;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue