From edbc4b7ae419cf463aebef57aaf956c67dc66b7f Mon Sep 17 00:00:00 2001 From: chris-belcher Date: Thu, 24 Feb 2022 17:04:13 +0000 Subject: [PATCH] cargo fmt --- src/maker_protocol.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/maker_protocol.rs b/src/maker_protocol.rs index c9e01ae9..f12c2c52 100644 --- a/src/maker_protocol.rs +++ b/src/maker_protocol.rs @@ -113,7 +113,10 @@ async fn run( ping_watchtowers().await?; if wallet.read().unwrap().network != Network::Regtest { - log::info!("Adding my address ({}) to the directory servers. . .", MAKER_ONION_ADDR); + log::info!( + "Adding my address ({}) to the directory servers. . .", + MAKER_ONION_ADDR + ); post_maker_address_to_directory_servers(wallet.read().unwrap().network, MAKER_ONION_ADDR) .await .expect("unable to add my address to the directory servers, is tor reachable?");