refactor: remove boost::thread_group usage

This commit is contained in:
fanquake 2021-01-27 15:04:34 +08:00
parent c8b83510f4
commit dc8be12510
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1
12 changed files with 44 additions and 39 deletions

View file

@ -9,6 +9,8 @@
#include <logging.h>
#include <serialize.h>
#include <cmath>
int CAddrInfo::GetTriedBucket(const uint256& nKey, const std::vector<bool> &asmap) const
{
uint64_t hash1 = (CHashWriter(SER_GETHASH, 0) << nKey << GetKey()).GetCheapHash();