ElementsProject / peerswap

MIT License
110 stars 40 forks source link

`peerswap-listpeers` missing `channels` field due to CLN API removal #299

Closed grubles closed 4 months ago

grubles commented 5 months ago

CLN v24.05 removed the channels field from listpeers. This means the peerswap-listpeers command is also now missing that field. Reported by @Impa10r on Discord.

How difficult will it be to use CLN's listpeerchannels instead?

Related to #194.

Impa10r commented 5 months ago

CLN v24.05 removed the channels field from listpeers. This means the peerswap-listpeers command is also now missing that field. Reported by @Impa10r on Discord.

How difficult will it be to use CLN's listpeerchannels instead?

Related to #194.

Would need to add that method here first: https://github.com/ElementsProject/glightning/blob/55240d61b52a059ece7d3eca0ed05fe3c413ee54/glightning/lightning.go#L2583