lock cs_main for chainActive
ActivateBestChain uses chainActive after releasing the lock; reorder operations
to move all access to synchronized object into existing LOCK(cs_main) block.
lock cs_main for chainActive 719de56ab2c8Unpublished Tags None Subscribers None
Description
Details
|