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

Drop spurious debug assertion in sweeping logic #3524

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

TheBlueMatt
Copy link
Collaborator

With the Confirm interface, transaction confirmations can come in at any time, so asserting that a confirmation is more recent than the last time we broadcasted a transaction can lead to spurious assertion failures.

With the `Confirm` interface, transaction confirmations can come
in at any time, so asserting that a confirmation is more recent
than the last time we broadcasted a transaction can lead to
spurious assertion failures.
@TheBlueMatt TheBlueMatt added this to the 0.1.1 milestone Jan 12, 2025
Copy link
Contributor

@tnull tnull left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we really need to rewrite Confirm to fix this properly, but this makes sense as an intermittent fix. Going ahead and landing this.

@tnull tnull merged commit f92c4dc into lightningdevkit:main Jan 13, 2025
15 of 19 checks passed
@TheBlueMatt TheBlueMatt mentioned this pull request Jan 14, 2025
@TheBlueMatt
Copy link
Collaborator Author

Backported in #3536.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants