From 2bc004a6bad1d8b00930a815fd8482a535384dd2 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sun, 8 Dec 2019 12:49:01 -0500 Subject: [PATCH] prep checkpoints --- src/chainparams.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 28c738891..e86fc2046 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -601,14 +601,12 @@ void *chainparams_commandline() { boost::assign::map_list_of (0, pCurrentParams->consensus.hashGenesisBlock), - (int64_t)1231006505, - (int64_t)1, + (int64_t)1231006505, // unix timestamp of last checkpoint block + (int64_t)1, // xtns from genenesis until last checkpointed block (double)2777 // * estimated number of transactions per day after checkpoint // total number of tx / (checkpoint block height / (24 * 24)) }; - } - else - { + } else { checkpointData = //(Checkpoints::CCheckpointData) { boost::assign::map_list_of