diff options
author | John Newbery <john@johnnewbery.com> | 2020-06-21 20:25:11 -0400 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2020-12-20 10:03:38 +0000 |
commit | 184557e8e03f76ff18dacdb32c12692d8578691f (patch) | |
tree | fc4538c59e456ac7a7b9e71474354b65bc7f9fe0 /src/net.cpp | |
parent | c853ef002ee7074b6e20eb8f58138c8293846424 (diff) |
[net processing] Move hashContinue to net processing
Also rename to m_continuation_block to better communicate meaning.
Diffstat (limited to 'src/net.cpp')
-rw-r--r-- | src/net.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.cpp b/src/net.cpp index f6b58c5b2a..7df0d11d37 100644 --- a/src/net.cpp +++ b/src/net.cpp @@ -2955,7 +2955,6 @@ CNode::CNode(NodeId idIn, ServiceFlags nLocalServicesIn, int nMyStartingHeightIn { hSocket = hSocketIn; addrName = addrNameIn == "" ? addr.ToStringIPPort() : addrNameIn; - hashContinue = uint256(); if (conn_type_in != ConnectionType::BLOCK_RELAY) { m_tx_relay = MakeUnique<TxRelay>(); } |