lnrpc: add outchan ids to proto

This commit is contained in:
Abdullahi Yunus
2025-07-08 06:20:23 +01:00
parent 7f491dbd88
commit 51882e130f
3 changed files with 1760 additions and 1721 deletions

View File

@@ -3196,6 +3196,12 @@ message QueryRoutesRequest {
only, to 1 to optimize for reliability only or a value inbetween for a mix.
*/
double time_pref = 18;
/*
The channel ids of the channels allowed for the first hop. If empty, any
channel may be used.
*/
repeated uint64 outgoing_chan_ids = 20;
}
message NodePair {