Merge pull request #7197

0443cccb5 cryptonote_basic: guess what got lost porting patches to branches again (moneromooo-monero)
remotes/1691602464505633909/tmp_refs/heads/wonerujo-v0.10.1
Alexander Blair 3 years ago
commit a87eca5e7d
No known key found for this signature in database
GPG Key ID: C64552D877C32479

@ -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
{

Loading…
Cancel
Save