diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-12-26 21:28:55 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-12-26 23:43:59 +0000 |
commit | 4310780c0807cc2ed474d9b65efa024d3d8b9b5b (patch) | |
tree | 24aad46b7a63d77d6c5b4dbbfd341e13366d75c1 /src/cryptonote_basic | |
parent | Merge pull request #7192 (diff) | |
download | monero-4310780c0807cc2ed474d9b65efa024d3d8b9b5b.tar.xz |
cryptonote_basic: guess what got lost porting patches to branches again
Diffstat (limited to 'src/cryptonote_basic')
-rw-r--r-- | src/cryptonote_basic/connection_context.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_basic/connection_context.h b/src/cryptonote_basic/connection_context.h index a735ae06b..9e012f8f5 100644 --- a/src/cryptonote_basic/connection_context.h +++ b/src/cryptonote_basic/connection_context.h @@ -44,7 +44,7 @@ namespace cryptonote cryptonote_connection_context(): m_state(state_before_handshake), m_remote_blockchain_height(0), m_last_response_height(0), m_last_request_time(boost::date_time::not_a_date_time), m_callback_request_count(0), m_last_known_hash(crypto::null_hash), m_pruning_seed(0), m_rpc_port(0), m_rpc_credits_per_hash(0), m_anchor(false), m_score(0), - m_expect_response(0), m_num_requested(0) {} + m_expect_response(0), m_expect_height(0), m_num_requested(0) {} enum state { |