Sfoglia il codice sorgente

lilith: removed external address

aggstam 4 anni fa
parent
commit
62d2d07b8d
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      bin/lilith/src/main.rs

+ 0 - 1
bin/lilith/src/main.rs

@@ -29,7 +29,6 @@ async fn spawn_network(
     url.set_port(Some(info.port))?;
     let network_settings = net::Settings {
         inbound: Some(url.clone()),
-        external_addr: Some(url.clone()),
         seeds: info.seeds,
         peers: info.peers,
         outbound_connections: 0,