Closed grubles closed 4 months ago
CLN v24.05 removed the
channels
field fromlistpeers
. This means thepeerswap-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
CLN v24.05 removed the
channels
field fromlistpeers
. This means thepeerswap-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.