mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 10:43:19 -03:00
Make nStartingHeight atomic
This commit is contained in:
parent
512731bed0
commit
96f42d8a12
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ protected:
|
||||||
|
|
||||||
public:
|
public:
|
||||||
uint256 hashContinue;
|
uint256 hashContinue;
|
||||||
int nStartingHeight;
|
std::atomic<int> nStartingHeight;
|
||||||
|
|
||||||
// flood relay
|
// flood relay
|
||||||
std::vector<CAddress> vAddrToSend;
|
std::vector<CAddress> vAddrToSend;
|
||||||
|
|
Loading…
Add table
Reference in a new issue