-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
unable to abandon pending open that did not broadcast #6812
Comments
I have a channel in a similar situation. I attempted to open it with specifying 1.0 sat/vB fee during a busy mempoot time. The transaction was never acceptedly the mempool, there is no limbo balance, but the pending_open_channel status has remained for over 80 days. After waiting a day for the channel to open, I initiated another channel opening with the same peer, this time specifying a higher sat/vB fee. The opening was successful. |
From where or whom does one learn the consequences of using the lncli abondonchannel command to remedy this particular issue? |
Here's some context
|
@thejerrod you're not specifying the @walmer-bolfet the consequences are that if you do it on a channel that is actually open, you've likely lost funds. |
Am I right to understand the misuse of this command will result in all or some of my channel balances to be lost forever, not even to be returned through a forced closed process? |
Welp thats embarrassing, that fixed my issue. Thank you so much |
I think it would be great to have a checklist of what one can do in such a scenario (I currently have such a channel as well).
There is the risk that the peer still has the funding transaction and could broadcast it, so making sure that we have spent the funds is the safest way to protect funds. There is a 14 days period after which usually the peer forgets about the channel ( |
'Oh, I see,' said the blind carpenter, as he picked up his hammer and saw. |
Background
I opened a channel from my node sendnodes.space about 3 weeks ago and the tx does not seem to have been broadcasted to the mempool. The opening is pending.
for readers:
abandonchannel
is a dangerous command and can lead to loss of funds if used incorrectly - ask in the LND slack channel if unsureI tried to abandon channel after rescanning my wallet (which returned funds) however abandonchannel exits with the following RPC message:
I took too long to troubleshoot and my logs have been rotated out unfortunately.
Your environment
Steps to reproduce
I have not attempted to reproduce, I have been wary about trying to open another channel while in this state. others have opened to me without issue
Expected behaviour
lncli abandonchannel should allow to abandon a channel without a finding a closed channel summary
Actual behaviour
lncli abandonchannel may need a closed channel summary which is unavailable on a pending open
The text was updated successfully, but these errors were encountered: