Просмотр исходного кода

lilith: removed external address

aggstam 4 лет назад
Родитель
Сommit
62d2d07b8d
1 измененных файлов с 0 добавлено и 1 удалено
  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))?;
     url.set_port(Some(info.port))?;
     let network_settings = net::Settings {
     let network_settings = net::Settings {
         inbound: Some(url.clone()),
         inbound: Some(url.clone()),
-        external_addr: Some(url.clone()),
         seeds: info.seeds,
         seeds: info.seeds,
         peers: info.peers,
         peers: info.peers,
         outbound_connections: 0,
         outbound_connections: 0,