prep checkpoints
This commit is contained in:
@@ -601,14 +601,12 @@ void *chainparams_commandline()
|
|||||||
{
|
{
|
||||||
boost::assign::map_list_of
|
boost::assign::map_list_of
|
||||||
(0, pCurrentParams->consensus.hashGenesisBlock),
|
(0, pCurrentParams->consensus.hashGenesisBlock),
|
||||||
(int64_t)1231006505,
|
(int64_t)1231006505, // unix timestamp of last checkpoint block
|
||||||
(int64_t)1,
|
(int64_t)1, // xtns from genenesis until last checkpointed block
|
||||||
(double)2777 // * estimated number of transactions per day after checkpoint
|
(double)2777 // * estimated number of transactions per day after checkpoint
|
||||||
// total number of tx / (checkpoint block height / (24 * 24))
|
// total number of tx / (checkpoint block height / (24 * 24))
|
||||||
};
|
};
|
||||||
}
|
} else {
|
||||||
else
|
|
||||||
{
|
|
||||||
checkpointData = //(Checkpoints::CCheckpointData)
|
checkpointData = //(Checkpoints::CCheckpointData)
|
||||||
{
|
{
|
||||||
boost::assign::map_list_of
|
boost::assign::map_list_of
|
||||||
|
|||||||
Reference in New Issue
Block a user