mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Merge pull request #6510
70609d7
cryptonote_core: take out the time based upgrade warning (moneromooo-monero)
This commit is contained in:
commit
77a008f714
1 changed files with 0 additions and 2 deletions
|
@ -1683,8 +1683,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…
Reference in a new issue