paymod: Let the payment know the local ID

This is necessary for the routehint modifier.
This commit is contained in:
Christian Decker
2020-05-30 15:33:49 +02:00
parent 097cb8d3a0
commit 1b057f025c
2 changed files with 2 additions and 0 deletions

View File

@@ -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;