debugging

This commit is contained in:
Asher Dawes
2018-07-07 21:44:59 -07:00
parent d65488bf98
commit 2d98bcf949

View File

@@ -491,8 +491,10 @@ bool CBlockTreeDB::LoadBlockIndexGuts()
// Load mapBlockIndex
LogPrintf("Past the pcursor->Seek\n");
while (pcursor->Valid()) {
LogPrintf("Before interruption_point\n")
boost::this_thread::interruption_point();
try {
LogPrintf("Before pcursor->key\n")
leveldb::Slice slKey = pcursor->key();
CDataStream ssKey(slKey.data(), slKey.data()+slKey.size(), SER_DISK, CLIENT_VERSION);
char chType;