[net processing] Move hashContinue to net processing

Also rename to m_continuation_block to better communicate meaning.
This commit is contained in:
John Newbery
2020-06-21 20:25:11 -04:00
parent c853ef002e
commit 184557e8e0
4 changed files with 10 additions and 8 deletions

View File

@@ -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>();
}