mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-07-14 02:29:53 -04:00
Print RPC server address
This commit is contained in:
parent
54c89217f6
commit
0df5af16b8
1 changed files with 2 additions and 0 deletions
|
@ -22,6 +22,8 @@ pub async fn run_server(server_address: SocketAddr, context: Arc<Context>) -> an
|
|||
|
||||
let addr = server.local_addr()?;
|
||||
let server_handle = server.start(modules)?;
|
||||
tracing::info!(%addr, "Started RPC server");
|
||||
|
||||
Ok((addr, server_handle))
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue