diff options
author | Matt Corallo <git@bluematt.me> | 2017-10-09 11:19:10 -0400 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-05-24 13:55:52 -0400 |
commit | 0948153ea62ff4921daef326da0fddb8425cd866 (patch) | |
tree | 64d7940ec8219d95f28e622d4ecced42a07707c3 /src/script/interpreter.cpp | |
parent | c71e535aec5aaef04764238a94e456f2405adbb5 (diff) |
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).
Github-Pull: #13023
Rebased-From: ecc3c4a019e6db30e208b8554b1a3658dcb9a80a
Diffstat (limited to 'src/script/interpreter.cpp')
0 files changed, 0 insertions, 0 deletions