diff options
| author | Riccardo Spagni <ric@spagni.net> | 2017-08-17 21:35:48 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2017-08-17 21:35:48 +0200 |
| commit | 1d32a5a445b06d68ddd3c60613452f8a4106f329 (patch) | |
| tree | 92d6c6a765df863b2c77e8ebc31861432e505fcb /src/cryptonote_protocol | |
| parent | 4b2cc123ff48fdd2c62dbffc24c604c45c6fbf1d (diff) | |
| parent | b59cd0745bde449eb2c9860f8c07b89e764a6441 (diff) | |
| download | monzero-core-1d32a5a445b06d68ddd3c60613452f8a4106f329.tar.gz monzero-core-1d32a5a445b06d68ddd3c60613452f8a4106f329.tar.xz monzero-core-1d32a5a445b06d68ddd3c60613452f8a4106f329.zip | |
Merge pull request #2291
b59cd074 befor -> before (Nano Akron)
Diffstat (limited to 'src/cryptonote_protocol')
| -rw-r--r-- | src/cryptonote_protocol/cryptonote_protocol_handler.inl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_protocol/cryptonote_protocol_handler.inl b/src/cryptonote_protocol/cryptonote_protocol_handler.inl index 265e60b3f..c78aae67e 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -252,7 +252,7 @@ namespace cryptonote template<class t_core> bool t_cryptonote_protocol_handler<t_core>::process_payload_sync_data(const CORE_SYNC_DATA& hshd, cryptonote_connection_context& context, bool is_inital) { - if(context.m_state == cryptonote_connection_context::state_befor_handshake && !is_inital) + if(context.m_state == cryptonote_connection_context::state_before_handshake && !is_inital) return true; if(context.m_state == cryptonote_connection_context::state_synchronizing) |
