aboutsummaryrefslogtreecommitdiff
path: root/src/net.cpp
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.cpp
parent717a374e74b64b7b90bc1b2995e8900212bd0bfe (diff)
[net processing] Move nStartingHeight to Peer
Diffstat (limited to 'src/net.cpp')
-rw-r--r--src/net.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp
index b3c521116b..f6b58c5b2a 100644
--- a/src/net.cpp
+++ b/src/net.cpp
@@ -590,7 +590,6 @@ void CNode::copyStats(CNodeStats &stats, const std::vector<bool> &m_asmap)
stats.m_manual_connection = IsManualConn();
X(m_bip152_highbandwidth_to);
X(m_bip152_highbandwidth_from);
- X(nStartingHeight);
{
LOCK(cs_vSend);
X(mapSendBytesPerMsgCmd);