Always print full hashes (tx, block, inv)

This commit is contained in:
Pieter Wuille
2013-04-07 03:40:33 +02:00
parent ab806a69a2
commit 1c06aa98c6
6 changed files with 44 additions and 54 deletions

View File

@@ -240,7 +240,7 @@ ReadKeyValue(CWallet* pwallet, CDataStream& ssKey, CDataStream& ssValue,
//printf(" %12"PRI64d" %s %s %s\n",
// wtx.vout[0].nValue,
// DateTimeStrFormat("%Y-%m-%d %H:%M:%S", wtx.GetBlockTime()).c_str(),
// wtx.hashBlock.ToString().substr(0,20).c_str(),
// wtx.hashBlock.ToString().c_str(),
// wtx.mapValue["message"].c_str());
}
else if (strType == "acentry")