You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[backport#17342][refactor] Remove global int nScriptCheckThreads
Summary:
The global nScriptCheckThreads int is confusing and is only needed for
its int-ness in AppInitMain. Move all `-par` parsing logic there and
~~replace~~ remove the int nScriptCheckThreads ~~with a bool g_parallel_script_checks.~~ (see D521)
Also tidy up logic and improve comments.
bitcoin/bitcoin@5506ecf
---
Concludes backport of Core [[bitcoin/bitcoin#17342 | PR17342]]
Depends on D7274
Test Plan:
ninja check check-functional
Reviewers: #bitcoin_abc, Fabien
Reviewed By: #bitcoin_abc, Fabien
Differential Revision: https://reviews.bitcoinabc.org/D7275
0 commit comments