From 63652a543dc4dd4378e28f6dd92f62c0013438b8 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Fri, 31 Jul 2020 08:34:08 -0400 Subject: [PATCH] Increase default stride to 5000 blocks --- contrib/checkpoints.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/checkpoints.pl b/contrib/checkpoints.pl index 93ea1041c..8d14b1619 100755 --- a/contrib/checkpoints.pl +++ b/contrib/checkpoints.pl @@ -9,7 +9,7 @@ use strict; my $perday = 576; my $hush = "./src/hush-cli"; my $gethash = "$hush getblockhash"; -my $stride = shift || 1000; +my $stride = shift || 5000; my $count = 0; my $blocks = qx{$hush getblockcount}; if($?) {