mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2024-10-01 01:45:40 -04:00
log statement
This commit is contained in:
parent
e245d0dc2d
commit
e6818f9dee
@ -83,6 +83,9 @@ impl AuthenticatedConnectionExt for AuthenticatedConn<tokio::net::TcpStream, Asy
|
||||
onion_port: u16,
|
||||
local_port: u16,
|
||||
) -> Result<(), Error> {
|
||||
|
||||
println!("Setting up ephermeral service, onion port {}, local port {}", onion_port, local_port);
|
||||
|
||||
self.add_onion_v3(
|
||||
&key,
|
||||
false,
|
||||
|
Loading…
Reference in New Issue
Block a user