plugin: Removing category, description and long_description from plugin_command struct

Changelog-None.
This commit is contained in:
ShahanaFarooqui
2024-07-29 17:58:43 -07:00
committed by Rusty Russell
parent b485a026f7
commit 2ff3e55f08
19 changed files with 5 additions and 190 deletions

View File

@@ -1432,11 +1432,6 @@ json_funderupdate(struct command *cmd,
static const struct plugin_command commands[] = {
{
"funderupdate",
"liquidity",
"Configuration for dual-funding settings.",
"Update current settings. Modifies how node reacts to"
" incoming channel open requests. Responds with list"
" of current configs.",
json_funderupdate
},
};