Less codepath, more fun. We also had a bug linked to only one of the two path being tested.
Details
Details
- Reviewers
freetrader CCulianu sickpig dagurval - Group Reviewers
Restricted Project - Commits
- rSTAGING8ed800afad05: Always use the parallel check codepath for block validation
rABC8ed800afad05: Always use the parallel check codepath for block validation
Synced the testnet with -par=0 and -par=1
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/validation.cpp | ||
---|---|---|
1341 ↗ | (On Diff #1311) | nit: it is a pretty simple change but I wonder it wouldn't be better to this kind of modifications in a separate diff and for the entire file (there are 22 instances of unsigned int in this file alone) |
Comment Actions
After this chance there is nothing but init.cpp using nScriptCheckThreads. How about making it a local variable there? One less global variable.
Comment Actions
Rebase.
@dagurval, removing the global variable and querying GetArg instead doesn't make the value any less global.