mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
paymod: Let the payment know the local ID
This is necessary for the routehint modifier.
This commit is contained in:
@@ -150,6 +150,7 @@ struct payment {
|
||||
struct command *cmd;
|
||||
struct plugin *plugin;
|
||||
struct list_node list;
|
||||
struct node_id *local_id;
|
||||
|
||||
const char *json_buffer;
|
||||
const jsmntok_t *json_toks;
|
||||
|
||||
Reference in New Issue
Block a user