lnrpc: add incoming chan list to BlindedPathConfig

Add an option to the addinvoice rpc which allows to specify
the blinded path via a list of chained channels.
This commit is contained in:
MPins
2025-04-25 16:26:02 -03:00
parent f541c442cf
commit 795b46a6fd
4 changed files with 1210 additions and 1174 deletions

View File

@@ -4002,6 +4002,12 @@ message BlindedPathConfig {
blinded paths.
*/
repeated bytes node_omission_list = 4;
/*
The chained channels list specified via channel id (separated by commas),
starting from a channel owned by the receiver node.
*/
repeated uint64 incoming_channel_list = 5;
}
enum InvoiceHTLCState {