Skip to content

Commit

Permalink
Merge pull request #7 from Cideg/patch-1
Browse files Browse the repository at this point in the history
Update connection_context.h
  • Loading branch information
BixBite-project committed Jan 23, 2019
2 parents 321cb37 + b248cf7 commit cbc77e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cryptonote_core/connection_context.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ namespace cryptonote

struct cryptonote_connection_context: public epee::net_utils::connection_context_base
{
cryptonote_connection_context(): m_state(state_befor_handshake), m_remote_blockchain_height(0), m_last_response_height(0) {}

enum state
{
Expand Down

0 comments on commit cbc77e0

Please sign in to comment.