mirror of
https://github.com/monero-project/monero.git
synced 2025-07-29 11:08:41 -04:00
commit
19ce033299
1 changed files with 1 additions and 1 deletions
|
@ -312,7 +312,7 @@ namespace cryptonote
|
||||||
if (version >= 6 && version != hshd.top_version)
|
if (version >= 6 && version != hshd.top_version)
|
||||||
{
|
{
|
||||||
if (version < hshd.top_version && version == m_core.get_ideal_hard_fork_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 <<
|
(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");
|
") - we may be forked from the network and a software upgrade may be needed");
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue