-
Notifications
You must be signed in to change notification settings - Fork 2
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
unexpected funds #676
Comments
@ubbabeck what's the use case? What's Breez mobile behavior? Why are the funds reserved? |
Funds are reserved in case the user has already called sweep. In that case core lightning reserves the funds. |
Got it, thanks for clarifying @roeierez. |
Created issue in breez-sdk breez/breez-sdk-greenlight#531. |
When the internal wallet has a confirmed on-chain tx we display unxepected funds warning, but the wallet does not check if the funds are reserved until block height > now so when the user tries to spend the funds they receive an error.
Solution: show warning dialog with info about the reserved utxos if the blockheight isn't reached yet.
The text was updated successfully, but these errors were encountered: