-
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
gRPC does not contain channels when calling ListPeers #6186
Comments
Do you see the channels from the command line? btw you may want use |
listpeerchannels doesn't exist in the gPRC? |
|
I absolutely need funding_txid and funding_outnum but I cannot find those in the gRPC. I prefer to only use the gRPC if that is possible to make it easy for people to start using Torq in combination with CLN. |
I can confirm the channels from ListPeers are null in the grpc api as well in the current master branch. Also num_channels is 824642151400. |
I'm trying to add ListClosedChannels in PR #6203 |
Can confirm that Can someone please undeprecate |
@2Fast2BCn I got something that should be working in #6205 I don't have |
ListPeerChannels got added #6229 |
gRPC does not contain channels when calling ListPeers.
ListChannels does return channels but there is a lot of data missing.
The text was updated successfully, but these errors were encountered: