-
Notifications
You must be signed in to change notification settings - Fork 27
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
Relai: Sweep tx is not executed #426
Comments
Is there any update I can tell the user? |
This appears to be the same issue as #439 |
Quickly relaying the discussion from the private trackers (to keep the user's information away from the public): We have found that for the closing transaction there are 6 outputs that have not been swept so far. Looking into the logs we found that the node is still trying to sweep those funds, but does not have enough funds to fee-bump the transaction through the anchor outputs. The solution here is to either add more funds to the node (probably not what the user wants to do at the moment), or we need to wait until the fees get low enough again for the existing sweep transactions to work. |
@cdecker , can I add more funds to the node via an on-chain transaction from my wallet to unlock the user's funds? If yes, to which address should I send the sats (I was thinking about €5-10)? |
That could be one option, yes. I'm a bit hesitant to throw more funds at a stuck node as it's unlikely to be an option for other occurrences. If you want to try, you can get an on-chain address with the |
Tracking this in #490 |
NodeID: 2a15ccf252e2cf16a0c34112b9d3edefefbd8f72f961ea97f7b38d3a5592fda5
User has a closed channel with some htlcs. Closing tx: https://blockstream.info/tx/6a358b396d127e1f5eea12f2f49114ea6934ab95d8355ab842b027c0cae3cc4a
The user's outputs are not swept and the payment that caused the channel closure is still pending.
issue: https://github.com/breez/breez-sdk-relai/issues/27
The text was updated successfully, but these errors were encountered: