From e44eccae955fab827ae55e1826c84f036ed72c79 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 5 Jun 2026 18:18:05 +0400 Subject: [PATCH] Add missing clientMode --- library/storage_thread_requests/requests/node_debug_request.nim | 1 + 1 file changed, 1 insertion(+) diff --git a/library/storage_thread_requests/requests/node_debug_request.nim b/library/storage_thread_requests/requests/node_debug_request.nim index 2bbead69..b01fd444 100644 --- a/library/storage_thread_requests/requests/node_debug_request.nim +++ b/library/storage_thread_requests/requests/node_debug_request.nim @@ -64,6 +64,7 @@ proc getDebug( "table": table, "nat": { "reachability": reachabilityStr(storage[].autonatService), + "clientMode": node.discovery.protocol.clientMode, "relayRunning": storage[].autoRelayService.isSome and storage[].autoRelayService.get.isRunning, "portMapping": portMappingStr(storage[].natMapper),