mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge pull request #1054 from sipa/buildinfo
Build identification strings
This commit is contained in:
commit
702764f53b
20 changed files with 193 additions and 31 deletions
|
|
@ -310,7 +310,7 @@ bool AppInit2(int argc, char* argv[])
|
|||
if (!fDebug && !pszSetDataDir[0])
|
||||
ShrinkDebugFile();
|
||||
printf("\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n");
|
||||
printf("Bitcoin version %s\n", FormatFullVersion().c_str());
|
||||
printf("Bitcoin version %s (%s)\n", FormatFullVersion().c_str(), CLIENT_DATE.c_str());
|
||||
printf("Default data directory %s\n", GetDefaultDataDir().c_str());
|
||||
|
||||
if (GetBoolArg("-loadblockindextest"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue