Skip to content

Commit 7632da5

Browse files
committed
lnrpc: add the options to set the income node or channel on a blinded path
1 parent 136cb42 commit 7632da5

File tree

4 files changed

+3374
-3507
lines changed

4 files changed

+3374
-3507
lines changed

lnrpc/invoicesrpc/invoices.swagger.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,22 @@
529529
"format": "byte"
530530
},
531531
"description": "A list of node IDs of nodes that should not be used in any of our generated\nblinded paths."
532+
},
533+
"node_income_list": {
534+
"type": "array",
535+
"items": {
536+
"type": "string",
537+
"format": "byte"
538+
},
539+
"description": "A list of node IDs of nodes that should be used in any of our generated\nblinded paths as income nodes."
540+
},
541+
"channel_income_list": {
542+
"type": "array",
543+
"items": {
544+
"type": "string",
545+
"format": "uint64"
546+
},
547+
"description": "A list of channel IDs of channels that should be used in any of our\ngenerated blinded paths as income channels."
532548
}
533549
}
534550
},

0 commit comments

Comments
 (0)