Ride-The-Lightning / c-lightning-REST

REST APIs for Core Lightning written with node.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zeus unable to retrieve channel info after upgrade to v24.05 Core Lightning

bitcoinlizard opened this issue · comments

I believe this call is broken:

"/v1/channel/listChannels/"

I receive this result:

{"error":{}}

The endpoint needs to be updated to /v1/channel/listPeerChannels/ as CLN updated listChannels and listPeerChannels commands.