Merge branch '0.4.x' into 0.5.x

This commit is contained in:
Luke Dashjr
2012-05-06 05:35:50 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -849,7 +849,7 @@ int CWalletDB::LoadWallet(CWallet* pwallet)
//// debug print
//printf("LoadWallet %s\n", wtx.GetHash().ToString().c_str());
//printf(" %12I64d %s %s %s\n",
//printf(" %12"PRI64d" %s %s %s\n",
// wtx.vout[0].nValue,
// DateTimeStrFormat("%x %H:%M:%S", wtx.GetBlockTime()).c_str(),
// wtx.hashBlock.ToString().substr(0,20).c_str(),