owtyahyg6

Results 5 comments of owtyahyg6

So I just tested this in v23.11 and it works just fine to open private channels with CLN peers. It thus looks like the issue is a regression in v24.

Ok, so using v23.11, I can reproduce the issue when I launch using --enable-experimental-anchors. In v24.02, anchors are enabled by default. The issue seems to be related.

> To more explicitly close the gap here: > > * The comment by @vincenzopalazzo above shows that the `lnd` node the OP tried again didn't have scid alias active....

> Did you have the feature enable on the land side? See [#7221 (comment)](https://github.com/ElementsProject/lightning/issues/7221#issuecomment-2100052979) I am a CLN user trying to establish private channels with LND peers. I was waiting...

The error is generated from channeld/channeld.c, due to the following condition returning true: `peer->revocations_received != peer->next_index[REMOTE] - 1` The channel is still stuck in the same state three weeks later...