diff options
| author | Gavin Andresen <[email protected]> | 2013-04-09 10:57:16 -0700 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-04-09 10:57:16 -0700 |
| commit | f158e363a4f7fed90d94ab967815164b5f854bed (patch) | |
| tree | 1ae04bdb8de0286beb2b761ab3d910b08920a984 /src/walletdb.cpp | |
| parent | Merge pull request #2491 from Diapolo/assets-attribution (diff) | |
| parent | Always print full hashes (tx, block, inv) (diff) | |
| download | discoin-f158e363a4f7fed90d94ab967815164b5f854bed.tar.xz discoin-f158e363a4f7fed90d94ab967815164b5f854bed.zip | |
Merge pull request #2478 from sipa/fullhash
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 841553ea6..81a21443a 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") |