aboutsummaryrefslogtreecommitdiff
path: root/src/net.h
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-06-21 20:25:11 -0400
committerJohn Newbery <john@johnnewbery.com>2020-12-20 10:03:38 +0000
commit184557e8e03f76ff18dacdb32c12692d8578691f (patch)
treefc4538c59e456ac7a7b9e71474354b65bc7f9fe0 /src/net.h
parentc853ef002ee7074b6e20eb8f58138c8293846424 (diff)
downloadbitcoin-184557e8e03f76ff18dacdb32c12692d8578691f.tar.xz
[net processing] Move hashContinue to net processing
Also rename to m_continuation_block to better communicate meaning.
Diffstat (limited to 'src/net.h')
-rw-r--r--src/net.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/net.h b/src/net.h
index 885f21f2c4..1520a54686 100644
--- a/src/net.h
+++ b/src/net.h
@@ -993,7 +993,6 @@ protected:
mapMsgCmdSize mapRecvBytesPerMsgCmd GUARDED_BY(cs_vRecv);
public:
- uint256 hashContinue;
// We selected peer as (compact blocks) high-bandwidth peer (BIP152)
std::atomic<bool> m_bip152_highbandwidth_to{false};
// Peer selected us as (compact blocks) high-bandwidth peer (BIP152)