Test
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user