aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-06-16 16:27:34 -0400
committerJohn Newbery <john@johnnewbery.com>2020-12-20 10:01:46 +0000
commit78040f91687e7f1986e466d448c9b9530830e9b8 (patch)
tree258750049a522123b227f34ac4100d3e5525927a /src/net.h
parent77a2c2f8f91a5c5a140fd970f9a3a142b43902bf (diff)
downloadbitcoin-78040f91687e7f1986e466d448c9b9530830e9b8.tar.xz
[net processing] Rename nStartingHeight to m_starting_height
Not done as a scripted diff to avoid misnaming the local variable in ProcessMessage().
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 26475feebe..eafb33db6b 100644
--- a/src/net.h
+++ b/src/net.h
@@ -705,7 +705,7 @@ public:
bool m_manual_connection;
bool m_bip152_highbandwidth_to;
bool m_bip152_highbandwidth_from;
- int nStartingHeight;
+ int m_starting_height;
uint64_t nSendBytes;
mapMsgCmdSize mapSendBytesPerMsgCmd;
uint64_t nRecvBytes;