Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-belcher committed Feb 24, 2022
1 parent 3b70666 commit edbc4b7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/maker_protocol.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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?");
Expand Down

0 comments on commit edbc4b7

Please sign in to comment.