-
Notifications
You must be signed in to change notification settings - Fork 649
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
Fix bidding #1830
Fix bidding #1830
Conversation
Looks good. Being that the current code is more restrictive than this change, I assume we can remove the "else" after the hardfork. Do you concur? |
The else remains necessary when |
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.
Looks good. Tests look complete. Fixes issue. Tested on ubuntu 18.04 / OpenSSL 1.1 / Boost 1.69.
Just a few formatting issues.
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.
Code looks good. Tested on Ubuntu 18.04. chain_test reports no errors. Thanks!
Fixes #1692