-
Notifications
You must be signed in to change notification settings - Fork 70
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
core, rpcdaemon: add check on NoPreMergeConfig and terminal total difficulty #1949
Conversation
Let's try to avoid this kind of defensive programming and see if we can instead identify where and why pre-merge rule set can be null in the first place |
In order to trigger a
As a consequence of both 1. and 2. being met, However, here the point is that an implicit invariant of Hence, a proper solution here implies making the
|
core: improve readability and naming
@yperbasis this PR looks good to me at least for preventing null pointer dereference when |
No description provided.