-
Notifications
You must be signed in to change notification settings - Fork 380
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
set nNonce to Null in CoinsView #1008
base: master
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK a70ff3c
Lol, some of the new assertions are triggering in CI |
Sigh, so, the |
Any update on solving this? |
Why don't we want to erase it from the mempool? |
@stevenroose no update. I think it might be practically impossible. @roconnor-blockstream because of tangled inheritance relationships between various mempool-like structures. If you do what you're suggesting you will get far away assertion failures in consensus code where they might be meaningful. |
I think we should just live with this bug. |
Alternative to #1006
Fixes #1008