mirror of
https://codeberg.org/anoncontributorxmr/monero.git
synced 2024-11-22 15:32:24 +00:00
Merge pull request #3293
4a78a99f
cryptonote_core: change wording of fork warning message (moneromooo-monero)
This commit is contained in:
commit
21335e5c6b
1 changed files with 1 additions and 1 deletions
|
@ -1388,7 +1388,7 @@ namespace cryptonote
|
|||
break;
|
||||
case HardFork::UpdateNeeded:
|
||||
MCLOG_RED(level, "global", "**********************************************************************");
|
||||
MCLOG_RED(level, "global", "Last scheduled hard fork time shows a daemon update is needed now.");
|
||||
MCLOG_RED(level, "global", "Last scheduled hard fork time shows a daemon update is needed soon.");
|
||||
MCLOG_RED(level, "global", "**********************************************************************");
|
||||
break;
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue