s/bit/doge in comment

This commit is contained in:
langerhans 2014-05-26 12:32:34 +02:00
parent b4c8ca4f7e
commit af86d72a64

View file

@ -190,8 +190,8 @@ void Intro::pickDataDirectory()
settings.setValue("strDataDir", dataDir);
}
/* Only override -datadir if different from the default, to make it possible to
* override -datadir in the bitcoin.conf file in the default data directory
* (to be consistent with bitcoind behavior)
* override -datadir in the dogecoin.conf file in the default data directory
* (to be consistent with dogecoind behavior)
*/
if(dataDir != getDefaultDataDirectory())
SoftSetArg("-datadir", GUIUtil::qstringToBoostPath(dataDir).string()); // use OS locale for path setting