diff options
| author | Matt Corallo <[email protected]> | 2017-10-09 11:19:10 -0400 |
|---|---|---|
| committer | Jesse Cohen <[email protected]> | 2018-05-12 12:44:32 -0400 |
| commit | ecc3c4a019e6db30e208b8554b1a3658dcb9a80a (patch) | |
| tree | f9af673005ded7d0566d285b4617c6909f3dabbf /src/httpserver.cpp | |
| parent | Merge #13021: MOVEONLY: Move logging code from util.{h,cpp} to new files. (diff) | |
| download | discoin-ecc3c4a019e6db30e208b8554b1a3658dcb9a80a.tar.xz discoin-ecc3c4a019e6db30e208b8554b1a3658dcb9a80a.zip | |
Do not unlock cs_main in ABC unless we've actually made progress.
Technically, some internal datastructures may be in an inconsistent
state if we do this, though there are no known bugs there. Still,
for future safety, its much better to only unlock cs_main if we've
made progress (not just tried a reorg which may make progress).
Diffstat (limited to 'src/httpserver.cpp')
0 files changed, 0 insertions, 0 deletions