-
Notifications
You must be signed in to change notification settings - Fork 913
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
CHANNELD_AWAITING_LOCKIN and funding_tx is different from what's on blockchain #6188
Comments
maybe this will help #4421 , not sure though |
Update on above, as it's on mainnet, I am in touch with the peer node owner and trying to get them cooperate to execute something like: lightning-cli close wrong_funding Now interestingly, I brought back my testnet setup 02cbecba9ab7bb23ae2211f476225c5e884966b159a7b03a854eb5f2d20d94fb2, where I was playing around with the same CLN software version v23.02.2-171-gca80dee, opening channels, having much more flexibility. 1 of 7 channels on this testnet node has been negotiated with, again, funding_tx that is nowhere to be found. At the same time another tx has been broadcasted and confirmed, that I suspect is related, as it's same amount and roughly same time. This channel has been in CHANNELD_AWAITING_LOCKIN for a while and I decided to close it from my side, which resulted in the following messages in the log
Status of this testnet channel on my testnet node 02cbecba9ab7bb23ae2211f476225c5e884966b159a7b03a854eb5f2d20d94fb2c, now remains as below
The transaction that I *suspect is related to this channel on testnet is 13a9a88e9f7b3cd65eb99f52821d4816b9b5e55dd204a57995e2e826678f77a8 , output 1 -- |
I am opening my first channel and it's stuck in CHANNELD_AWAITING_LOCKIN . I did read the FAQ on and tried to reconnect, restart cln etc
Some background when I executed fundchannel I set the feerate=slow and at the bad time, it took ~6 days to confirm and my node was offline few times, but eventually caught up
Also I noticed funding_txid is very different from actual and nowhere to be found, not on blockchain not in listtransactions, I wonder what it means, basically 0e07fbd2136ed077e5310f814ef565d5ca0da4bf26163c1d525c90531046eb00 (reported in cln) != e8c7a9cc15773989f8e3c012d95ba1c578ec2b95c2d10e8b2559fe2ebe24ef3d (actual)
I tried method here https://bitcoin.stackexchange.com/questions/102180/can-a-channel-be-closed-while-the-funding-tx-is-still-stuck-in-the-mempool to locate funding transaction, sql query returns nothing. Perhaps below command should give similar result
this is debug for what happens after ln-cli disconnect true, minus gossipd messages as it's too many
getinfo
outputMany thanks!
The text was updated successfully, but these errors were encountered: