fusion44 / blitz_api

A management backend for the RaspiBlitz project written in Python / FastAPI
MIT License
18 stars 18 forks source link

Unable to sweep funds, UTXOs are short or reserved? #231

Open nomo-nomad opened 8 months ago

nomo-nomad commented 8 months ago

Describe the bug After closing all channels and transactions have confirmed. Attempting to sweep funds to cold storage does not work. UTXOs are reserved or short?

To Reproduce Using RTL webUI or raspiblitz webUI or the bitcoin-cli send shell command to send/sweep funds results in these error messages: Screenshot 2023-11-12 at 7 37 16 AM Screenshot 2023-11-12 at 1 32 52 PM

Expected behavior Expected that after channels are closed (and 4000+ blocks later after confirmation) that I would be able to continue to use/spend the satoshis in main chain wallet.

Desktop (please complete the following information):

Additional context None

rootzoll commented 8 months ago

First of all ... your on-chain wallet is also handled by your lightnig client - not bitcoind. So this also is not a raspiblitz error to open an issue on but some user experience with LND or CoreLightning over RTL. Best would be to ask for support in channel & funds management in the Telegram Community Groups: https://t.me/raspiblitz

fusion44 commented 8 months ago

I'll reopen this. While this is actually a CLN problem, we should display a more helpful message to the user. This means we do a bad job at detecting this state.