Home
Phabricator
Search
Configure Global Search
Log In
Transactions
D1181
Change Details
Change Details
Old
New
Diff
CheckBlockHeader() currently only has one purpose, so I've removed the unnecessary boolean check and renamed the function appropriately.
The use of booleans to pass options down multiple levels of functions is bad practice because context gets lost.
CheckBlockHeader() currently only has one purpose, so I've removed the unnecessary boolean check and renamed the function appropriately
The use of booleans to pass options down multiple levels of functions is bad practice because context gets lost
.
Continue