Enable the option for dragonx checkpoints

This commit is contained in:
Duke
2023-06-15 10:25:59 -04:00
parent c9f1fe4cf3
commit b8ae39ccc7

View File

@@ -1553,7 +1553,17 @@ void *chainparams_commandline() {
}; };
// END HUSH mainnet checkpoint data // END HUSH mainnet checkpoint data
} else if (strcmp(SMART_CHAIN_SYMBOL,"DRAGONX") == 0) {
checkpointData = //(Checkpoints::CCheckpointData)
{
boost::assign::map_list_of
(0, pCurrentParams->consensus.hashGenesisBlock),
(int64_t)1231006505,
(int64_t)1,
(double)2555
};
} else { } else {
// all other HSC's with no checkpoints
checkpointData = //(Checkpoints::CCheckpointData) checkpointData = //(Checkpoints::CCheckpointData)
{ {
boost::assign::map_list_of boost::assign::map_list_of