aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAlexander Blair <snipa@jagtech.io>2020-02-28 19:49:07 -0800
committerAlexander Blair <snipa@jagtech.io>2020-02-28 19:49:07 -0800
commit19ce033299e213e04d3fb4cda29d2e74f0f04cad (patch)
treeeb5a3a363eedcca2a7b31c07675f7fe8d3de00e6 /src
parentMerge pull request #6235 (diff)
parentCorrected message typo (diff)
downloadmonero-19ce033299e213e04d3fb4cda29d2e74f0f04cad.tar.xz
Merge pull request #6236
bc6d8aa3 Corrected message typo (palomato)
Diffstat (limited to 'src')
-rw-r--r--src/cryptonote_protocol/cryptonote_protocol_handler.inl2
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 f8e2f2ab8..d11f198aa 100644
--- a/src/cryptonote_protocol/cryptonote_protocol_handler.inl
+++ b/src/cryptonote_protocol/cryptonote_protocol_handler.inl
@@ -312,7 +312,7 @@ namespace cryptonote
if (version >= 6 && version != hshd.top_version)
{
if (version < hshd.top_version && version == m_core.get_ideal_hard_fork_version())
- MCLOG_RED(el::Level::Warning, "global", context << " peer claims higher version that we think (" <<
+ MCLOG_RED(el::Level::Warning, "global", context << " peer claims higher version than we think (" <<
(unsigned)hshd.top_version << " for " << (hshd.current_height - 1) << " instead of " << (unsigned)version <<
") - we may be forked from the network and a software upgrade may be needed");
return false;