From 42a097aa37f53cd8974ec7d8076e0532592de5c7 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Tue, 23 Sep 2025 14:25:40 +0200 Subject: [PATCH] Add more comment --- library/codex_thread_requests/requests/node_debug_request.nim | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/library/codex_thread_requests/requests/node_debug_request.nim b/library/codex_thread_requests/requests/node_debug_request.nim index 515aab83..855db904 100644 --- a/library/codex_thread_requests/requests/node_debug_request.nim +++ b/library/codex_thread_requests/requests/node_debug_request.nim @@ -2,7 +2,8 @@ ## This file contains the debug info available with Codex. ## The DEBUG type will return info about the P2P node. -## The PEER type will return info about a specific peer if available. +## The PEER type is available only with codex_enable_api_debug_peers flag. +## It will return info about a specific peer if available. import std/[options] import chronos