This commit is contained in:
jl777
2018-11-24 11:15:07 -11:00
parent 9412ec11a9
commit 5d3afb9395
2 changed files with 2 additions and 0 deletions

View File

@@ -221,6 +221,7 @@ int32_t MAX_BLOCK_SIZE(int32_t height)
return(4096 * 1024);
else return(2000000);
}
void komodo_setactivation(int32_t height)
{
mainParams.consensus.vUpgrades[Consensus::UPGRADE_SAPLING].nActivationHeight = height;