aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-06-19 13:17:41 -0400
committerJohn Newbery <john@johnnewbery.com>2020-12-20 10:01:26 +0000
commit77a2c2f8f91a5c5a140fd970f9a3a142b43902bf (patch)
tree6cf55149b0e1ecc23ee978b2ca7464c98af9dbe9 /src/net.h
parent717a374e74b64b7b90bc1b2995e8900212bd0bfe (diff)
downloadbitcoin-77a2c2f8f91a5c5a140fd970f9a3a142b43902bf.tar.xz
[net processing] Move nStartingHeight to Peer
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index b7c45abb09..26475feebe 100644
--- a/src/net.h
+++ b/src/net.h
@@ -994,7 +994,6 @@ protected:
public:
uint256 hashContinue;
- std::atomic<int> nStartingHeight{-1};
// We selected peer as (compact blocks) high-bandwidth peer (BIP152)
std::atomic<bool> m_bip152_highbandwidth_to{false};
// Peer selected us as (compact blocks) high-bandwidth peer (BIP152)