From 184557e8e03f76ff18dacdb32c12692d8578691f Mon Sep 17 00:00:00 2001 From: John Newbery Date: Sun, 21 Jun 2020 20:25:11 -0400 Subject: [net processing] Move hashContinue to net processing Also rename to m_continuation_block to better communicate meaning. --- src/net.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/net.cpp') 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(); } -- cgit v1.2.3