Skip to content

Commit edbc4b7

Browse files
committed
cargo fmt
1 parent 3b70666 commit edbc4b7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/maker_protocol.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,10 @@ async fn run(
113113
ping_watchtowers().await?;
114114

115115
if wallet.read().unwrap().network != Network::Regtest {
116-
log::info!("Adding my address ({}) to the directory servers. . .", MAKER_ONION_ADDR);
116+
log::info!(
117+
"Adding my address ({}) to the directory servers. . .",
118+
MAKER_ONION_ADDR
119+
);
117120
post_maker_address_to_directory_servers(wallet.read().unwrap().network, MAKER_ONION_ADDR)
118121
.await
119122
.expect("unable to add my address to the directory servers, is tor reachable?");

0 commit comments

Comments
 (0)