Get rid of CLIENT_DATE

This commit is contained in:
jahway603
2022-09-03 09:13:19 -04:00
parent 88a11a46e1
commit 43e0ec186b
4 changed files with 2 additions and 12 deletions

View File

@@ -1063,7 +1063,7 @@ bool AppInit2(boost::thread_group& threadGroup, CScheduler& scheduler)
LogPrintf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
LogPrintf("Hush version %s (%s)\n", FormatFullVersion(), CLIENT_DATE);
LogPrintf("Hush version %s (%s)\n", FormatFullVersion());
// when specifying an explicit binding address, you want to listen on it
// even when -connect or -proxy is specified