mirror of
https://git.wownero.com/wownero/wownero.git
synced 2025-01-18 20:08:34 +00:00
Merge pull request #2271
3ff5ce63 connection_context: initialize state (moneromooo-monero)
This commit is contained in:
commit
181a008aa3
@ -39,6 +39,7 @@ namespace cryptonote
|
|||||||
|
|
||||||
struct cryptonote_connection_context: public epee::net_utils::connection_context_base
|
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
|
enum state
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user