diff options
| author | Nano Akron <nanoakron@users.noreply.github.com> | 2017-08-13 03:04:55 +0100 |
|---|---|---|
| committer | Nano Akron <nanoakron@users.noreply.github.com> | 2017-08-15 23:23:26 +0100 |
| commit | b59cd0745bde449eb2c9860f8c07b89e764a6441 (patch) | |
| tree | 0f683ac7e8355ee9e13364794ff9bf92cc22b4aa /src/cryptonote_protocol | |
| parent | d0a610183ab9de5a567ef00ab6bea0aaef13f7c7 (diff) | |
| download | monzero-core-b59cd0745bde449eb2c9860f8c07b89e764a6441.tar.gz monzero-core-b59cd0745bde449eb2c9860f8c07b89e764a6441.tar.xz monzero-core-b59cd0745bde449eb2c9860f8c07b89e764a6441.zip | |
befor -> before
Really unique yet consistent spelling mistake
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 5b3b059a4..9ec20b5e1 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) |
