cryptonote_core: change wording of fork warning message

An udpate may or may not be available now, but should be soon if not.
This will prevent too many people freaking out.
pull/95/head
moneromooo-monero 6 years ago
parent 4f80c50730
commit 4a78a99f96
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -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