aboutsummaryrefslogtreecommitdiff
path: root/src/httpserver.cpp
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2020-06-02 13:33:52 -0400
committerMarcoFalke <[email protected]>2020-06-03 06:06:56 -0400
commitfa1d5800d9c5e33942b76f6667839a818723dee9 (patch)
tree21a0382177d01284a8e4e8ffdbb81db2a92728e1 /src/httpserver.cpp
parentMerge #18982: wallet: Minimal fix to restore conflicted transaction notificat... (diff)
downloaddiscoin-fa1d5800d9c5e33942b76f6667839a818723dee9.tar.xz
discoin-fa1d5800d9c5e33942b76f6667839a818723dee9.zip
validation: Remove unused boost interruption_point
ActivateBestChain (ABC) is only called in the "msghand" or one of the RPC threads, neither of which is a boost::thread. However, ABC is also called in ThreadImport (which currently happens to be a boost::thread). In all cases, the interruption_point is redundant with the breakpoint in ABC that triggers when ShutdownRequested() VerifyDB is only called in the main thread ("init") or one of the RPC threads, neither of which is a boost::thread.
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions