This commit is contained in:
jl777
2017-03-18 09:13:20 +02:00
parent 25d3af9a82
commit d21ce6a746

View File

@@ -2771,8 +2771,8 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
}
if ( KOMODO_REWIND != 0 && chainActive.Tip()->nHeight > KOMODO_REWIND )
{
static int32_t didinit;
if ( didinit++ == 0 )
//static int32_t didinit;
//if ( didinit++ == 0 )
{
while (chainActive.Tip()->nHeight > KOMODO_REWIND )
{