We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the node.proto in the source code of cln v22.11.1, there's a field called exposeprivatechannels on the InvoiceRequest. It is missing in v23.05.1.
node.proto
exposeprivatechannels
InvoiceRequest
v22.11.1:
lightning/cln-grpc/proto/node.proto
Line 584 in b3a1d01
How do I, over grpc, make a request for an invoice that includes private channels in the hop hints?
The text was updated successfully, but these errors were encountered:
This is done
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
In the
node.proto
in the source code of cln v22.11.1, there's a field calledexposeprivatechannels
on theInvoiceRequest
. It is missing in v23.05.1.v22.11.1:
lightning/cln-grpc/proto/node.proto
Line 584 in b3a1d01
v23.05.1: https://github.com/ElementsProject/lightning/blob/v23.05.1/cln-grpc/proto/node.proto#L589-L598
How do I, over grpc, make a request for an invoice that includes private channels in the hop hints?
The text was updated successfully, but these errors were encountered: