Test
This commit is contained in:
@@ -2771,8 +2771,8 @@ static bool ActivateBestChainStep(CValidationState &state, CBlockIndex *pindexMo
|
|||||||
}
|
}
|
||||||
if ( KOMODO_REWIND != 0 && chainActive.Tip()->nHeight > KOMODO_REWIND )
|
if ( KOMODO_REWIND != 0 && chainActive.Tip()->nHeight > KOMODO_REWIND )
|
||||||
{
|
{
|
||||||
static int32_t didinit;
|
//static int32_t didinit;
|
||||||
if ( didinit++ == 0 )
|
//if ( didinit++ == 0 )
|
||||||
{
|
{
|
||||||
while (chainActive.Tip()->nHeight > KOMODO_REWIND )
|
while (chainActive.Tip()->nHeight > KOMODO_REWIND )
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user