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

Fixed a sporadic error in sc_cert_nonceasing.py #618

Merged
merged 2 commits into from
Oct 31, 2023

Conversation

ptagl
Copy link
Contributor

@ptagl ptagl commented Oct 30, 2023

The error was related to a wrong minconf parameter that was sometimes causing a transaction to be created with an input that could eventually "disappear" due to the disconnection of some blocks.

Copy link
Contributor

@drgora drgora left a comment

Choose a reason for hiding this comment

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

Great catch, thanks!

Copy link
Contributor

@JackPiri JackPiri left a comment

Choose a reason for hiding this comment

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

The PR is fine to me, thanks

JackPiri and others added 2 commits October 30, 2023 18:59
It was related to a wrong "minconf" parameter that was sometimes causing a transaction to be created with an input that could eventually "disappear" to the disconnection of some blocks.

Made few minor improvements to checkblockatheight.py and mempool_size_limit_even_more.py as well.
@ptagl ptagl force-pushed the pt/fix_sc_cert_nonceasing.py branch from 653e395 to 399382d Compare October 30, 2023 18:01
@ptagl ptagl merged commit b1fef41 into main Oct 31, 2023
@ptagl ptagl deleted the pt/fix_sc_cert_nonceasing.py branch October 31, 2023 17:17
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.

3 participants