mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-02-25 00:59:56 -05:00
fixup! Allow external addr to be specified in ASB CLI param
This commit is contained in:
parent
adc5e926ce
commit
6f5d83af78
@ -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…
x
Reference in New Issue
Block a user