This commit is contained in:
jl777
2018-04-20 12:21:01 +03:00
parent 519578c9c9
commit b1d85b23e6

View File

@@ -3544,7 +3544,7 @@ CBlockIndex* AddToBlockIndex(const CBlockHeader& block)
if (it != mapBlockIndex.end())
{
fprintf(stderr,"addtoblockindex already there %p\n",it->second);
//if ( ASSETCHAINS_STAKED == 0 || it->second != 0 )
if ( ASSETCHAINS_STAKED == 0 || it->second != 0 )
return it->second;
}
// Construct new block index object