revert Update checkpoints
This commit is contained in:
fekt
2024-11-18 04:03:30 +01:00
parent 7117e7a7a1
commit ecade7f950

View File

@@ -8,11 +8,11 @@
use warnings;
use strict;
my $hush = "./src/dragonx-cli";
my $hush = "./src/hush-cli";
my $gethash = "$hush getblockhash";
my $gettree = "$hush getblockmerkletree";
my $start = shift || 10000;
my $end = shift || 1760000;
my $start = shift || 300000;
my $end = shift || 840000;
my $stride = shift || 10000;
my $blocks = qx{$hush getblockcount};