|
|
@ -3021,7 +3021,7 @@ void PrintBlockTree() |
|
|
|
// print item
|
|
|
|
// print item
|
|
|
|
CBlock block; |
|
|
|
CBlock block; |
|
|
|
ReadBlockFromDisk(block, pindex); |
|
|
|
ReadBlockFromDisk(block, pindex); |
|
|
|
LogPrintf("%d (blk%05u.dat:0x%x) %s tx %"PRIszu"", |
|
|
|
LogPrintf("%d (blk%05u.dat:0x%x) %s tx %"PRIszu"\n", |
|
|
|
pindex->nHeight, |
|
|
|
pindex->nHeight, |
|
|
|
pindex->GetBlockPos().nFile, pindex->GetBlockPos().nPos, |
|
|
|
pindex->GetBlockPos().nFile, pindex->GetBlockPos().nPos, |
|
|
|
DateTimeStrFormat("%Y-%m-%d %H:%M:%S", block.GetBlockTime()), |
|
|
|
DateTimeStrFormat("%Y-%m-%d %H:%M:%S", block.GetBlockTime()), |
|
|
|