This commit is contained in:
jl777
2018-04-20 11:30:27 +03:00
parent fd835d9406
commit 9850dffd80

View File

@@ -3543,7 +3543,7 @@ CBlockIndex* AddToBlockIndex(const CBlockHeader& block)
BlockMap::iterator it = mapBlockIndex.find(hash);
if (it != mapBlockIndex.end())
{
fprintf(stderr,"addtoblockindex already there %p vs end.%p\n",it->second,mapBlockIndex.end());
fprintf(stderr,"addtoblockindex already there %p\n",it->second);
return it->second;
}
// Construct new block index object