Ch-ch-checkpoint it out

This commit is contained in:
Duke Leto
2020-12-16 05:19:44 -05:00
parent faaca46f07
commit 363361b003
3 changed files with 12 additions and 10 deletions

View File

@@ -11,7 +11,7 @@ use strict;
my $perday = 576;
my $hush = "./src/hush-cli";
my $gethash = "$hush getblockhash";
my $stride = shift || 5000;
my $stride = shift || 1000;
my $count = 0;
my $blocks = qx{$hush getblockcount};
if($?) {