-
Notifications
You must be signed in to change notification settings - Fork 941
Dual funding gets upset if peer has funding tx mined before we sendrawtransaction #5296
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
Labels
Comments
niftynei
added a commit
to niftynei/lightning
that referenced
this issue
Jul 1, 2022
If we can't broadcast the tx, confirm that it didn't end up in the mempool or the utxo set before throwing an error. Note that this doesn't protect us in the case where the funding output has already been *spent*... but that's extremely rare, right? Fixes ElementsProject#5296 Reported-By: @rustyrussell Collab-With: @vincenzopalazzo
vincenzopalazzo
pushed a commit
to vincenzopalazzo/lightning
that referenced
this issue
Jul 3, 2022
If we can't broadcast the tx, confirm that it didn't end up in the mempool or the utxo set before throwing an error. Note that this doesn't protect us in the case where the funding output has already been *spent*... but that's extremely rare, right? Fixes ElementsProject#5296 Reported-By: @rustyrussell Collab-With: @vincenzopalazzo
niftynei
added a commit
to vincenzopalazzo/lightning
that referenced
this issue
Jul 7, 2022
If we can't broadcast the tx, confirm that it didn't end up in the mempool or the utxo set before throwing an error. Note that this doesn't protect us in the case where the funding output has already been *spent*... but that's extremely rare, right? Fixes ElementsProject#5296 Reported-By: @rustyrussell Collab-With: @vincenzopalazzo
whitslack
pushed a commit
to whitslack/lightning
that referenced
this issue
Oct 8, 2022
If we can't broadcast the tx, confirm that it didn't end up in the mempool or the utxo set before throwing an error. Note that this doesn't protect us in the case where the funding output has already been *spent*... but that's extremely rare, right? Fixes ElementsProject#5296 Reported-By: @rustyrussell Collab-With: @vincenzopalazzo
whitslack
pushed a commit
to whitslack/lightning
that referenced
this issue
Oct 28, 2022
If we can't broadcast the tx, confirm that it didn't end up in the mempool or the utxo set before throwing an error. Note that this doesn't protect us in the case where the funding output has already been *spent*... but that's extremely rare, right? Fixes ElementsProject#5296 Reported-By: @rustyrussell Collab-With: @vincenzopalazzo
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fails lnprototest every so often:
See: rustyrussell/lnprototest#53
The text was updated successfully, but these errors were encountered: