Merge d0d256536c into merged_master (Bitcoin PR #21016)

Copied the node.scheduler syntax to node.reverification_scheduler
This commit is contained in:
Andrew Poelstra 2021-06-20 15:07:25 +00:00
commit bc289db9e0
12 changed files with 45 additions and 41 deletions

View file

@ -11,6 +11,8 @@
#include <util/system.h>
#include <cuckoocache.h>
#include <boost/thread/lock_types.hpp>
#include <boost/thread/shared_mutex.hpp>
namespace {