mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-08-29 15:11:09 +02:00
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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user