ldksplicing / ldk-splicing

Unofficial+experimental Splicing feature in LDK
Other
5 stars 1 forks source link

Splicing channel does not go to ready on acceptor side #14

Closed optout21 closed 10 months ago

optout21 commented 10 months ago

When the slice transaction is confirmed, the channel becomes ready on the initiator's side. However, on the acceptor's side it doesn't change to Ready.

Steps to reproduce:

optout21 commented 10 months ago

It worked fine in a repeated tests, it went to Ready on acceptor's side as well (after the 2nd confirmation). Still keeping open, nonetheless.

optout21 commented 10 months ago

Added checks for this to unit tests, seems OK. Closing.