Pending Open Channels Not Broadcasted/Already Spent #8238
Unanswered
Batka0
asked this question in
Troubleshooting
Replies: 1 comment 4 replies
-
It's possible that because the transaction was removed from the mempool at some point, your node has spent the inputs to those funding transactions already for something else and they will never be able to confirm.
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a similar problem to #7505 due to high fees and improperly set fees given the mempool environment.
I have one channel open (e51b6bfb0f4f424e431f53dab45a85fd2912f4c32796b3737bf9a8b048e12b8f:1) that did not open for over 3 weeks and the tx is not found in my nodes local mempool (1.5gb) or block explorers. I attempted to force close it thinking perhaps that would be useful but it has not changed the state of the channel.
My node views the tx as invalid and already spent. I'm not sure if this is because the channel creation was connected to a utxo that was never confirmed or how the process started.
I also have a 2nd additional channel pending open (47d982dbf940fc374b3e98d81d03520a703254334eb38a4f2d65a1f6b91259cf:0) that has not yet expired but is also showing the same error messages.
Similar to the github issue, when I attempted to release the output it tells me [lncli] rpc error: code = Unknown desc = unknown output and attempting the psbt fund command also resulted in [lncli] rpc error: code = Unknown desc = input 0 not found in list of non-locked UTXO
Unlike in the github issue, neither appears in listunspent. Could you point me in the direction for some next step troubleshooting?
Beta Was this translation helpful? Give feedback.
All reactions