diff options
author | Pieter Wuille <pieter.wuille@gmail.com> | 2013-04-07 03:40:33 +0200 |
---|---|---|
committer | Pieter Wuille <pieter.wuille@gmail.com> | 2013-04-07 03:43:55 +0200 |
commit | 1c06aa98c63fff02679d446588fad06ae8cd706f (patch) | |
tree | 505b78cebe55e09d00d54521c434cc0af2397165 /src/walletdb.cpp | |
parent | ab806a69a23c47e75821aa8a1fcd8d7f9e32999e (diff) |
Always print full hashes (tx, block, inv)
Diffstat (limited to 'src/walletdb.cpp')
-rw-r--r-- | src/walletdb.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/walletdb.cpp b/src/walletdb.cpp index 841553ea6a..81a21443a1 100644 --- a/src/walletdb.cpp +++ b/src/walletdb.cpp @@ -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") |