One place to find / include cs_main
.
No more:
// Actually declared in validation.cpp; can’t include because of circular dependency. extern RecursiveMutex cs_main;
Ultimately, no more need to include validation.h
(which also includes (heavy/boost filled) txmempool.h
) everywhere for cs_main
. See #26087 for another example of why that is useful.