IsInitialBlockDownload: usually avoid locking
Optimistically test the latch bool before taking the lock.
For all IsInitialBlockDownload calls after the first to return false,
this avoids the need to lock cs_main.
IsInitialBlockDownload: usually avoid locking f0fdda0181e1Unpublished Tags None Subscribers None
Description
Details
|