From aa29e25c3a7fe6fad9b6b542e873327fb2fd0784 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Thu, 18 Apr 2019 01:17:06 +0200 Subject: [PATCH] clarify comment --- nimbus/nimbus.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nimbus/nimbus.nim b/nimbus/nimbus.nim index 2e5282c7c..857117c22 100644 --- a/nimbus/nimbus.nim +++ b/nimbus/nimbus.nim @@ -69,9 +69,9 @@ proc start(): NimbusObject = else: # automated NAT traversal let extIP = getExternalIP(conf.net.nat) - # TODO: dynamic IPs are common, so our external IP might change while the - # program is running. How can we update our advertised enode address and any - # other place that might use this external IP? + # This external IP only appears in the logs, so don't worry about dynamic + # IPs. Don't remove it either, because the above call does initialisation + # and discovery for NAT-related objects. if extIP.isSome: address.ip = extIP.get() let extPorts = redirectPorts(tcpPort = address.tcpPort,