cryptonote_core: take out the time based upgrade warning

It doesn't really work anymore since we don't have a fork soon
pull/251/head
moneromooo-monero 4 years ago committed by wowario
parent 1e981f5be6
commit 3a8f49f79c
No known key found for this signature in database
GPG Key ID: 24DCBE762DE9C111

@ -1748,8 +1748,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