Permalink
Please sign in to comment.
Browse files
Flush CValidationInterface callbacks prior to destruction
Note that the CScheduler thread cant be running at this point, it has already been stopped with the rest of the init threadgroup. Thus, just calling any remaining loose callbacks during Shutdown() is sane.
- Loading branch information...
Showing
with
32 additions
and 0 deletions.
- +13 −0 src/init.cpp
- +9 −0 src/scheduler.cpp
- +3 −0 src/scheduler.h
- +1 −0 src/test/test_bitcoin.cpp
- +4 −0 src/validationinterface.cpp
- +2 −0 src/validationinterface.h
13
src/init.cpp
0 comments on commit
3192975