mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-08-09 23:12:40 -04:00
fixup! Allow external addr to be specified in ASB CLI param
This commit is contained in:
parent
adc5e926ce
commit
6f5d83af78
1 changed files with 0 additions and 1 deletions
|
@ -161,7 +161,6 @@ async fn main() -> Result<()> {
|
|||
for listen in config.network.listen.clone() {
|
||||
Swarm::listen_on(&mut swarm, listen.clone())
|
||||
.with_context(|| format!("Failed to listen on network interface {}", listen))?;
|
||||
Swarm::add_external_address(&mut swarm, listen.clone(), AddressScore::Infinite);
|
||||
}
|
||||
|
||||
tracing::info!(peer_id = %swarm.local_peer_id(), "Network layer initialized");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue