fix a comment to correctly use -upgradewallet

This commit is contained in:
Philip Kaufmann 2012-06-24 18:08:27 +02:00
parent d887f54494
commit a8c20ea946
1 changed files with 1 additions and 1 deletions

View File

@ -638,7 +638,7 @@ bool AppInit2()
if (GetBoolArg("-upgradewallet", fFirstRun))
{
int nMaxVersion = GetArg("-upgradewallet", 0);
if (nMaxVersion == 0) // the -walletupgrade without argument case
if (nMaxVersion == 0) // the -upgradewallet without argument case
{
printf("Performing wallet upgrade to %i\n", FEATURE_LATEST);
nMaxVersion = CLIENT_VERSION;