Skip to content
New issue

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

exposeprivatechannels is missing in cln-grpc InvoiceRequest #6322

Closed
JssDWt opened this issue Jun 12, 2023 · 1 comment
Closed

exposeprivatechannels is missing in cln-grpc InvoiceRequest #6322

JssDWt opened this issue Jun 12, 2023 · 1 comment
Labels
rust Issue related to rust

Comments

@JssDWt
Copy link
Contributor

JssDWt commented Jun 12, 2023

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.

v22.11.1:

optional bool exposeprivatechannels = 8;

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?

@JssDWt
Copy link
Contributor Author

JssDWt commented Oct 7, 2024

This is done

@JssDWt JssDWt closed this as completed Oct 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
rust Issue related to rust
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants