From 20b6d76b4203c1e76a1c10f05425dea7112b9af8 Mon Sep 17 00:00:00 2001 From: munna0908 Date: Thu, 10 Jul 2025 19:48:04 +0530 Subject: [PATCH] code cleanup --- codex/nat.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codex/nat.nim b/codex/nat.nim index 19ec76e8..d022dad6 100644 --- a/codex/nat.nim +++ b/codex/nat.nim @@ -423,7 +423,7 @@ proc nattedAddress*( it.remapAddr(ip = newIP, port = tcp) else: # NAT mapping failed - use original address - error "Failed to get external IP, using original address" + echo "Failed to get external IP, using original address", it discoveryAddrs.add(getMultiAddrWithIPAndUDPPort(ipPart.get, udpPort)) it else: