aboutsummaryrefslogtreecommitdiff
path: root/src/cryptonote_basic
diff options
context:
space:
mode:
authorluigi1111 <luigi1111w@gmail.com>2020-12-12 22:03:12 -0600
committerluigi1111 <luigi1111w@gmail.com>2020-12-12 22:03:12 -0600
commita57c95b2f135040057f5ada39f26e269347f7091 (patch)
treec1f2c113884b223462985494d489f166358f2451 /src/cryptonote_basic
parent66c427e863dc8d784070224b2149d25e5a59586e (diff)
parent5d1849a9ebca6109413fae5189af95ff6d3ba239 (diff)
downloadmonzero-core-a57c95b2f135040057f5ada39f26e269347f7091.tar.gz
monzero-core-a57c95b2f135040057f5ada39f26e269347f7091.tar.xz
monzero-core-a57c95b2f135040057f5ada39f26e269347f7091.zip
Merge pull request #7127
5d1849a protocol: stricter checks on received chain hash list (moneromooo)
Diffstat (limited to 'src/cryptonote_basic')
-rw-r--r--src/cryptonote_basic/connection_context.h1
1 files changed, 1 insertions, 0 deletions
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)