changeset 3093:eb3dcabf4156 draft

fix a comment to correctly use -upgradewallet
author Philip Kaufmann <phil.kaufmann@t-online.de>
date Sun, 24 Jun 2012 18:08:27 +0200
parents 5526875a5ca1
children 3766ad30d059
files src/init.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/init.cpp
+++ b/src/init.cpp
@@ -638,7 +638,7 @@
     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;