mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-11 14:38:29 +01:00
refactor: remove boost::thread_group usage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user