-
Notifications
You must be signed in to change notification settings - Fork 910
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
listchannels throws DEPRECATED API USED message #7652
Milestone
Comments
Can confirm this happening for me too. |
I've got the fix, now to figure out why CI didn't detect this! |
rustyrussell
added a commit
to rustyrussell/lightning
that referenced
this issue
Sep 13, 2024
It's an output field (which we don't complain about), not an input field! Fixes: ElementsProject#7652 Changelog-Fixed: Logging: removed bogus "**BROKEN** plugin-topology: DEPRECATED API USED: listchannels.include_private" message. Signed-off-by: Rusty Russell <[email protected]>
ShahanaFarooqui
pushed a commit
to ShahanaFarooqui/lightning
that referenced
this issue
Sep 17, 2024
It's an output field (which we don't complain about), not an input field! Fixes: ElementsProject#7652 Changelog-Fixed: Logging: removed bogus "**BROKEN** plugin-topology: DEPRECATED API USED: listchannels.include_private" message. Signed-off-by: Rusty Russell <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue and Steps to Reproduce
Since I've updated to v24.08 every time I call
listchannels
I've got a BROKEN log message. For example, I call:Then in the logs this appears:
I'm not sure what it means and what to do? What is the
include_private
? I can't see it among thelistchannels
parameters.It is especially frustrating for me because I used to run
rebalance
, which calls tons oflistchannels
.getinfo
outputThe text was updated successfully, but these errors were encountered: