cryptonote_core: take out the time based upgrade warning

It doesn't really work anymore since we don't have a fork soon
pull/320/head
moneromooo-monero 4 years ago
parent 378cdeaeae
commit 70609d7681
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -1682,8 +1682,6 @@ namespace cryptonote
MCLOG_RED(level, "global", "**********************************************************************");
break;
case HardFork::UpdateNeeded:
level = el::Level::Info;
MCLOG(level, "global", el::Color::Default, "Last scheduled hard fork time suggests a daemon update will be released within the next couple months.");
break;
default:
break;

Loading…
Cancel
Save