Skip to content
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

Closed
roeierez opened this issue May 7, 2024 · 6 comments
Closed

Relai: Sweep tx is not executed #426

roeierez opened this issue May 7, 2024 · 6 comments

Comments

@roeierez
Copy link
Collaborator

roeierez commented May 7, 2024

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

@JordiZDG
Copy link

Is there any update I can tell the user?

@ErikDeSmedt
Copy link
Collaborator

This appears to be the same issue as #439

@cdecker
Copy link
Collaborator

cdecker commented May 14, 2024

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.

@JordiZDG
Copy link

The solution here is to either add more funds to the node

@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)?

@cdecker
Copy link
Collaborator

cdecker commented May 17, 2024

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 NewAddr() method in gl-client, and I'm positive the Breez SDK also wires it through somehow.

@cdecker
Copy link
Collaborator

cdecker commented Jul 31, 2024

Tracking this in #490

@cdecker cdecker closed this as completed Jul 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants