From 6c12318aff6dbab0695766d2a5bf6d49c197a614 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 28 Sep 2023 15:59:19 +0100 Subject: [PATCH] Slight clarification in rpc_methods --- src/api/rpc_methods.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/rpc_methods.md b/src/api/rpc_methods.md index 4d02bb8..7d0f6f1 100644 --- a/src/api/rpc_methods.md +++ b/src/api/rpc_methods.md @@ -2,4 +2,4 @@ **Parameters**: *none* -**Return value**: Array of strings indicating the names of all the JSON-RPC functions supported by the JSON-RPC server. +**Return value**: Array of strings indicating the names of all the JSON-RPC functions supported by the JSON-RPC server, including this one.