-
Notifications
You must be signed in to change notification settings - Fork 36.6k
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
fuzz: mini_miner_selection: ASSERT: mock_template_txids.size() <= blocktemplate->block.vtx.size() #30367
Comments
|
cc @glozow @murchandamus (in case you missed it) would be nice to have this fixed and also have an explanation of the actual bug, since it is somewhat of a mystery why it's so hard to find |
Ooh fun, this found a difference between Debugging, the 3 entries in mempool are A <- B <- C The minimum feerate, i.e.
The actual bug is in the comparators:
The |
I can open a PR to change Changing txmempool seems less important imo since there is no current imprecision bug, and perhaps cluster mempool plans to do this anyway. |
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=69957
bitcoin/src/test/fuzz/mini_miner.cpp
Line 192 in 2f6dca4
The text was updated successfully, but these errors were encountered: