@@ -833,9 +833,7 @@ class ChainstateManager
833
833
// ! using this pointer (e.g. net_processing).
834
834
// !
835
835
// ! Once this pointer is set to a corresponding chainstate, it will not
836
- // ! be reset until init.cpp:Shutdown(). This means it is safe to acquire
837
- // ! the contents of this pointer with ::cs_main held, release the lock,
838
- // ! and then use the reference without concern of it being deconstructed.
836
+ // ! be reset until init.cpp:Shutdown().
839
837
// !
840
838
// ! This is especially important when, e.g., calling ActivateBestChain()
841
839
// ! on all chainstates because we are not able to hold ::cs_main going into
@@ -846,9 +844,7 @@ class ChainstateManager
846
844
// ! non-null, it is always our active chainstate.
847
845
// !
848
846
// ! Once this pointer is set to a corresponding chainstate, it will not
849
- // ! be reset until init.cpp:Shutdown(). This means it is safe to acquire
850
- // ! the contents of this pointer with ::cs_main held, release the lock,
851
- // ! and then use the reference without concern of it being deconstructed.
847
+ // ! be reset until init.cpp:Shutdown().
852
848
// !
853
849
// ! This is especially important when, e.g., calling ActivateBestChain()
854
850
// ! on all chainstates because we are not able to hold ::cs_main going into
@@ -859,9 +855,7 @@ class ChainstateManager
859
855
// ! most-work chain.
860
856
// !
861
857
// ! Once this pointer is set to a corresponding chainstate, it will not
862
- // ! be reset until init.cpp:Shutdown(). This means it is safe to acquire
863
- // ! the contents of this pointer with ::cs_main held, release the lock,
864
- // ! and then use the reference without concern of it being deconstructed.
858
+ // ! be reset until init.cpp:Shutdown().
865
859
// !
866
860
// ! This is especially important when, e.g., calling ActivateBestChain()
867
861
// ! on all chainstates because we are not able to hold ::cs_main going into
0 commit comments