We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b70666 commit edbc4b7Copy full SHA for edbc4b7
src/maker_protocol.rs
@@ -113,7 +113,10 @@ async fn run(
113
ping_watchtowers().await?;
114
115
if wallet.read().unwrap().network != Network::Regtest {
116
- log::info!("Adding my address ({}) to the directory servers. . .", MAKER_ONION_ADDR);
+ log::info!(
117
+ "Adding my address ({}) to the directory servers. . .",
118
+ MAKER_ONION_ADDR
119
+ );
120
post_maker_address_to_directory_servers(wallet.read().unwrap().network, MAKER_ONION_ADDR)
121
.await
122
.expect("unable to add my address to the directory servers, is tor reachable?");
0 commit comments