mirror of
https://github.com/monero-project/monero.git
synced 2025-07-28 13:24:12 -04:00
befor -> before
Really unique yet consistent spelling mistake
This commit is contained in:
parent
d0a610183a
commit
b59cd0745b
2 changed files with 5 additions and 5 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue