Merge pull request #3293

4a78a99f cryptonote_core: change wording of fork warning message (moneromooo-monero)
pull/95/head
Riccardo Spagni 6 years ago
commit 21335e5c6b
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

@ -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…
Cancel
Save