This commit is contained in:
jl777
2018-02-22 12:17:39 +02:00
parent 58434c5c34
commit bbb8ae00ad

View File

@@ -4217,7 +4217,6 @@ void static CheckBlockIndex()
std::multimap<CBlockIndex*,CBlockIndex*> forward;
for (BlockMap::iterator it = mapBlockIndex.begin(); it != mapBlockIndex.end(); it++) {
forward.insert(std::make_pair(it->second->pprev, it->second));
else break;
}
assert(forward.size() == mapBlockIndex.size());