You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After closing a LN connection with LND3 that was setup using the Manual Setup flow, Bitkit told me that "Your funds have been transferred. You are able to use these funds immediately." yet there is no trace of an activity showing the funds have been returned. The closed connection has a Closure reason "ProcessingError".
Using sparrow, I can confirm there is no onchain transaction sent to this wallet, so perhaps I need to wait longer.
Go to Advanced settings -> Lightning Connections -> Add Connection
Establish a new connection to a known usable LN node, such as LND3 03816141f1dce7782ec32b66a300783b1d436b19777e7c686ed00115bd4b88ff4b@34.65.191.64:9735
Once the transaction is confirmed and transfer is complete, close the channel using the normal Transfer to Spending flow.
Once the flow gets to the "FUNDS MOVED TO SAVINGS" "Your funds have been transferred. You are able to use these funds immediately." page, tap Continue button.
Observe that no Transfer from Spending activity appears.
Observe in Lightning Connections that the closed connection has Closure reason "ProcessingError"
Screenshots / Recording
Operating system
Android 14
Bitkit version
1.0.5 (136)
Log output
No response
The text was updated successfully, but these errors were encountered:
The force close is unfortunate, not sure how we're ever going to get nodes we don't control to agree on fees.
2024-10-01 06:05:00 UTC ERROR (LDK): Closing channel 59e11f494092ecde6545be97bf9fa2d4ce5f0f26b6efcb7c236659eec8fa15dd due to close-required error: Unable to come to consensus about closing feerate, remote wants something (308 sat) lower than our min fee (361 sat) (lightning::ln::channelmanager 7236)
2024-10-01 06:05:00 UTC ERROR (LDK): Force-closing channel: Unable to come to consensus about closing feerate, remote wants something (308 sat) lower than our min fee (361 sat) (lightning::ln::channelmanager 9483)
2024-10-01 06:05:00 UTC DEBUG (LDK): Finishing closure of channel due to Channel closed because of an exception: Unable to come to consensus about closing feerate, remote wants something (308 sat) lower than our min fee (361 sat) with 0 HTLCs to fail (lightning::ln::channelmanager 3245)
2024-10-01 06:05:00 UTC INFO (LDK): Applying force close update to monitor 59e11f494092ecde6545be97bf9fa2d4ce5f0f26b6efcb7c236659eec8fa15dd with 1 change(s). (lightning::chain::channelmonitor 2891)
Logs show these are your funds that should be good to be swept if you open the wallet again. Confirmation height was 30 hours ago.
I can confirm the funds have been returned onchain. We have #2270 and #2273 to improve communication to the user when force close occurs. So I will close this ticket now. Thanks @Jasonvdb.
Describe the bug
After closing a LN connection with LND3 that was setup using the Manual Setup flow, Bitkit told me that "Your funds have been transferred. You are able to use these funds immediately." yet there is no trace of an activity showing the funds have been returned. The closed connection has a Closure reason "ProcessingError".
Using sparrow, I can confirm there is no onchain transaction sent to this wallet, so perhaps I need to wait longer.
bitkit_ldk_logs_1727763581718.zip
Reproduce
Screenshots / Recording
Operating system
Android 14
Bitkit version
1.0.5 (136)
Log output
No response
The text was updated successfully, but these errors were encountered: