mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-13 10:09:53 -04:00
log statement
This commit is contained in:
parent
e245d0dc2d
commit
e6818f9dee
1 changed files with 3 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue