Dont actually activate sapling for testing

This commit is contained in:
jl777
2018-11-22 01:06:25 -11:00
parent 100b66b50f
commit 800b009c81

View File

@@ -3824,8 +3824,9 @@ int32_t komodo_activate_sapling(CBlockIndex *pindex)
}
if ( activation != 0 )
{
komodo_setactivation(activation);
//komodo_setactivation(activation);
fprintf(stderr,"%s sapling activation at %d\n",ASSETCHAINS_SYMBOL,activation);
ASSETCHAINS_SAPLING = activation;
}
}