mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-15 02:54:21 +01:00
libplugin: allow lightningd to give us non-numeric ids.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -51,7 +51,7 @@ struct out_req {
|
||||
};
|
||||
|
||||
struct command {
|
||||
u64 *id;
|
||||
const char *id;
|
||||
const char *methodname;
|
||||
bool usage_only;
|
||||
struct plugin *plugin;
|
||||
|
||||
Reference in New Issue
Block a user