-
Notifications
You must be signed in to change notification settings - Fork 906
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
[lightning-listfunds] Missing field #5345
Comments
Yeah this was reported in some other issue as well, I think the code generator has bug for the optional filed |
@vincenzopalazzo does it generate from this? Lines 580 to 589 in 9a880a0
lightning/cln-rpc/src/model.rs Lines 1273 to 1292 in 9a880a0
It has a bunch of optional fields already so it doesn't look like it can't parse Rust's |
The optional field can be also filed that exist only in a if-else JSON schema clause |
fixed in master with #7218 |
Lovelly @daywalker90 thanks! Looks like that you are the new msggen kind 😸 |
It looks like
reserved_to_block
field is missing from gRPC mapping:lightning/cln-grpc/proto/node.proto
Lines 261 to 277 in 5444a84
Is it intentional? It looks like CLI can return this field under certain conditions:
lightning/wallet/walletrpc.c
Lines 284 to 286 in 9a880a0
The text was updated successfully, but these errors were encountered: