diff options
author | moneromooo <moneromoo@nowhere.nowhere.nowhere> | 2020-12-11 11:17:11 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-12-11 18:47:28 +0000 |
commit | b6b2c9b8e8c685ed303655884f6fb27b38bae0c3 (patch) | |
tree | da6754f30ce5660b810b5a684fc12352e4194d0d /src/cryptonote_basic/connection_context.h | |
parent | Merge pull request #7122 (diff) | |
download | monero-b6b2c9b8e8c685ed303655884f6fb27b38bae0c3.tar.xz |
protocol: stricter checks on received chain hash list
Diffstat (limited to 'src/cryptonote_basic/connection_context.h')
-rw-r--r-- | src/cryptonote_basic/connection_context.h | 1 |
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) |