From df4c160d3fd710946947412420763204b32e8378 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 18 Dec 2020 08:12:19 -0500 Subject: [PATCH] Update checkpoints.pl --- contrib/checkpoints.pl | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/contrib/checkpoints.pl b/contrib/checkpoints.pl index ac7165718..673c0d007 100755 --- a/contrib/checkpoints.pl +++ b/contrib/checkpoints.pl @@ -5,10 +5,9 @@ # file COPYING or https://www.gnu.org/licenses/gpl-3.0.en.html use warnings; use strict; -# Generate checkpoint data for use in src/main.cpp -# TODO: update when blocktime changes to 75s -my $perday = 576; +# Generate checkpoint data for use in src/chainparams.cpp +my $perday = 1152; my $hush = "./src/hush-cli"; my $gethash = "$hush getblockhash"; my $stride = shift || 1000;