mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
refactor: remove boost::thread_group usage
This commit is contained in:
parent
c8b83510f4
commit
dc8be12510
12 changed files with 44 additions and 39 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue