rpc: Removing category and verbose from json_command struct
This commit is contained in:
committed by
Rusty Russell
parent
58e3ea574c
commit
89c182e2be
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user