-
Notifications
You must be signed in to change notification settings - Fork 40
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
use ListPeerChannels #314
use ListPeerChannels #314
Conversation
CLN 24.05 removed channels list from ListPeers response. The listpeers command in the clightning package to use the listpeerchannels function instead of listpeers.
15c6c4d
to
d51fa0a
Compare
This commit updates the glightning dependency to the latest version available as of September 10, 2024. Removed custom replace directive for glightning.
ad276bf
to
327edcd
Compare
I get the same message in my debug.log whether running master or this PR:
|
this is a bug in CLN 23.08 |
Running master branch with d51fa0a locally merged for the past two days.
Unclear where this is coming from. It happened only twice so far. |
@wtogami Those errors have occurred for me since at least April, according to my debug.log. It looks like the
|
I am going to close this pr because it is not serving its purpose, but please let me know if there are any problems. |
I wll summarize the situation: The While the
|
ElementsProject/lightning#7652 could be the cause. If that's the cause, no fix is needed for peerswap, and it should be resolved by updating the cln version. |
https://github.com/ElementsProject/lightning/commits/release-24.08.1/ |
CLN 24.05 removed channels list from ListPeers response.
The listpeers command in the clightning package to use the listpeerchannels function instead of listpeers.
fixes #304 (comment)