-
Notifications
You must be signed in to change notification settings - Fork 922
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fundchannel_cancel
hangs indefinitely on a peer's RBF'd second channel in CHANNELD_AWAITING_LOCKIN
state with first channel in CHANNELD_NORMAL
state
#7785
Comments
fundchannel_cancel
hangs indefinitely on a peer's RBF'd second channel with first channel in CHANNELD_AWAITING_LOCKIN
statefundchannel_cancel
hangs indefinitely on a peer's RBF'd second channel in CHANNELD_AWAITING_LOCKIN
state with first channel in CHANNELD_NORMAL
state
|
Nope. There is definitely a problem here. The peer cannot maintain a stable connection with me because I keep sending Here's what I see in the log repeatedly (every minute or so):
Note that there are two different channel IDs here. 255536 is the first channel, which is in Why does Epilogue: Interestingly, my long-hung {
"code": -1,
"message": "Channel structure was freed!"
} |
Issue and Steps to Reproduce
CHANNELD_NORMAL
state with a peer.fundchannel_start
.fundchannel_complete
.fundchannel_start
.fundchannel_complete
.fundchannel_cancel
.fundchannel_cancel
never returns.getinfo
outputThis is with CLN 24.08.2.
The text was updated successfully, but these errors were encountered: