libplugin: allow lightningd to give us non-numeric ids.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
Rusty Russell
2022-09-13 06:46:55 +09:30
parent 8711241535
commit db89a34135
4 changed files with 14 additions and 13 deletions

View File

@@ -51,7 +51,7 @@ struct out_req {
};
struct command {
u64 *id;
const char *id;
const char *methodname;
bool usage_only;
struct plugin *plugin;