From 3ba1f0f417c921f271bb6aa26ac1fe2582bf1738 Mon Sep 17 00:00:00 2001 From: daywalker90 <8257956+daywalker90@users.noreply.github.com> Date: Thu, 12 Feb 2026 13:21:26 +0100 Subject: [PATCH] schemas: fix ping requirements documentation Changelog-None --- contrib/msggen/msggen/schema.json | 2 +- doc/schemas/ping.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/msggen/msggen/schema.json b/contrib/msggen/msggen/schema.json index ca068e2fb5e7..f561e2051e7b 100644 --- a/contrib/msggen/msggen/schema.json +++ b/contrib/msggen/msggen/schema.json @@ -29259,7 +29259,7 @@ "rpc": "ping", "title": "Command to check if a node is up.", "description": [ - "The **ping** command checks if the node with *id* is ready to talk. It currently only works for peers we have a channel with." + "The **ping** command checks if the node with *id* is ready to talk. It only works for peers we are currently connected with." ], "request": { "required": [ diff --git a/doc/schemas/ping.json b/doc/schemas/ping.json index 80f8e8ced12d..664c46063f5d 100644 --- a/doc/schemas/ping.json +++ b/doc/schemas/ping.json @@ -4,7 +4,7 @@ "rpc": "ping", "title": "Command to check if a node is up.", "description": [ - "The **ping** command checks if the node with *id* is ready to talk. It currently only works for peers we have a channel with." + "The **ping** command checks if the node with *id* is ready to talk. It only works for peers we are currently connected with." ], "request": { "required": [