Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
106 stars 28 forks source link

Channel is still returned in the listpeerchannels long time after closing and sweeping #474

Closed roeierez closed 6 days ago

roeierez commented 2 weeks ago

Relai issue: https://github.com/breez/breez-sdk-relai/issues/75 In this particular case the channel was closed, funds were swept with more than 10k confirmations and the channel is still returned in the listpeerchannels.

cdecker commented 2 weeks ago

This is caused by the private gossip not being cleared on channel close in the router. This is not an issue in v24.02gl1 anymore, as the router is no longer in charge of private gossip at all.

cdecker commented 6 days ago

With v24.02gl1 rolling out I think we can close this.