diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-03-20 21:28:45 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-03-20 21:28:45 +0200 |
| commit | ec4186a30cb590e409e9aab136191bb3e006fbb6 (patch) | |
| tree | 2ee513712e66bd75772b9b4858ba104a3495a513 /src/cryptonote_protocol | |
| parent | f6317ec1c0a9e5644deeea07ee8c392585e39584 (diff) | |
| parent | 1c3ed4c9da57b1ed1f912c14370249a9d02a3ea6 (diff) | |
| download | monzero-core-ec4186a30cb590e409e9aab136191bb3e006fbb6.tar.gz monzero-core-ec4186a30cb590e409e9aab136191bb3e006fbb6.tar.xz monzero-core-ec4186a30cb590e409e9aab136191bb3e006fbb6.zip | |
Merge pull request #737
1c3ed4c cryptonote_protocol: clarify height wording (moneromooo-monero)
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 f917f4c3f..9f0ea0e83 100644 --- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl +++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl @@ -281,7 +281,7 @@ namespace cryptonote << " [" << std::abs(diff) << " blocks (" << diff / (24 * 60 * 60 / DIFFICULTY_TARGET_V1) << " days) " << (0 <= diff ? std::string("behind") : std::string("ahead")) << "] " << ENDL << "SYNCHRONIZATION started", (is_inital ? LOG_LEVEL_0:LOG_LEVEL_1)); - LOG_PRINT_L1("Remote top block height: " << hshd.current_height << ", id: " << hshd.top_id); + LOG_PRINT_L1("Remote blockchain height: " << hshd.current_height << ", id: " << hshd.top_id); context.m_state = cryptonote_connection_context::state_synchronizing; context.m_remote_blockchain_height = hshd.current_height; //let the socket to send response to handshake, but request callback, to let send request data after response |
