From dcd3e48d3ff283f17d83d290287d52d873bcf559 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Thu, 18 Jun 2026 11:14:03 +0400 Subject: [PATCH] Remove useless comment --- storage/nat.nim | 2 -- 1 file changed, 2 deletions(-) diff --git a/storage/nat.nim b/storage/nat.nim index c311d324..5cb2d1e0 100644 --- a/storage/nat.nim +++ b/storage/nat.nim @@ -156,8 +156,6 @@ proc close*(m: NatPortMapper) = m.plumInitialized = false proc start*(m: NatPortMapper) = - ## Re-enable AutoNAT-driven port mapping after a previous stop, so a restarted - ## node maps its ports again instead of staying disabled. m.stopped = false proc stop*(m: NatPortMapper) =