Enable trace output

This commit is contained in:
Tobin C. Harding 2020-10-29 09:53:46 +11:00 committed by Lucas Soriano del Pino
parent 39f86154ce
commit c464555f5e
2 changed files with 9 additions and 1 deletions

View file

@ -77,6 +77,8 @@ pub async fn swap(
}
}
debug!("swapping ...");
let mut swarm = new_swarm()?;
libp2p::Swarm::dial_addr(&mut swarm, addr)?;