misc exit code, updated setup.nsi

This commit is contained in:
s_nakamoto
2009-12-13 00:13:16 +00:00
parent 433fb54b25
commit 25b12b8839
5 changed files with 43 additions and 15 deletions

1
db.cpp
View File

@@ -637,6 +637,7 @@ bool CWalletDB::LoadWallet(vector<unsigned char>& vchDefaultKeyRet)
pcursor->close();
}
printf("nFileVersion = %d\n", nFileVersion);
printf("fShowGenerated = %d\n", fShowGenerated);
printf("fGenerateBitcoins = %d\n", fGenerateBitcoins);
printf("nTransactionFee = %"PRI64d"\n", nTransactionFee);