From da834b75395b91b4aec7139b19cefbaa275c5937 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 20 Dec 2025 00:16:47 +0100 Subject: [PATCH] Fixed invalid announce interface attachment on AutoInterface peer availability after no peers --- sbapp/sideband/core.py | 1 - 1 file changed, 1 deletion(-) diff --git a/sbapp/sideband/core.py b/sbapp/sideband/core.py index 0b2dbff..f02152b 100644 --- a/sbapp/sideband/core.py +++ b/sbapp/sideband/core.py @@ -3502,7 +3502,6 @@ class SidebandCore(): if not self.interface_local.had_peers and have_peers: RNS.log("Peers became reachable on the interface "+str(self.interface_local), RNS.LOG_DEBUG) needs_if_change_announce = True - announce_attached_interface = self.interface_local announce_delay = 10 if self.interface_local.had_peers and not have_peers: