From 5d1849a9ebca6109413fae5189af95ff6d3ba239 Mon Sep 17 00:00:00 2001 From: moneromooo Date: Fri, 11 Dec 2020 11:17:11 +0000 Subject: protocol: stricter checks on received chain hash list --- src/cryptonote_basic/connection_context.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/cryptonote_basic') diff --git a/src/cryptonote_basic/connection_context.h b/src/cryptonote_basic/connection_context.h index 8d26e5638..dfc59631f 100644 --- a/src/cryptonote_basic/connection_context.h +++ b/src/cryptonote_basic/connection_context.h @@ -69,6 +69,7 @@ namespace cryptonote bool m_anchor; int32_t m_score; int m_expect_response; + uint64_t m_expect_height; }; inline std::string get_protocol_state_string(cryptonote_connection_context::state s) -- cgit v1.2.3