mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-10 11:57:28 -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:
|
||||
uint256 hashContinue;
|
||||
int nStartingHeight;
|
||||
std::atomic<int> nStartingHeight;
|
||||
|
||||
// flood relay
|
||||
std::vector<CAddress> vAddrToSend;
|
||||
|
|
Loading…
Reference in a new issue