diff options
author | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-12-13 00:13:16 +0000 |
---|---|---|
committer | s_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b> | 2009-12-13 00:13:16 +0000 |
commit | 25b12b8839be4fc5a051656aad82870c083cce4d (patch) | |
tree | a1a40f23d06f9150c96db876f0e43879037841ae /db.cpp | |
parent | 433fb54b25397d2df117e81345507c08832dfb06 (diff) |
misc exit code, updated setup.nsi
Diffstat (limited to 'db.cpp')
-rw-r--r-- | db.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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);
|