rpc: Removing category and verbose from json_command struct

This commit is contained in:
ShahanaFarooqui
2024-07-23 14:19:47 -07:00
committed by Rusty Russell
parent 58e3ea574c
commit 89c182e2be
41 changed files with 125 additions and 361 deletions

View File

@@ -183,9 +183,7 @@ static void human_help(char *buffer, const jsmntok_t *result)
/* Contains all commands objects, which have the following structure :
* {
* "command": "The command name and usage",
* "category": "The command category",
* "description": "The command's description",
* "verbose": "The command's detailed description"
* "description": "The command's description"
* }
*/
const jsmntok_t * help_array = json_get_member(buffer, result, "help");