deprint
This commit is contained in:
@@ -24,7 +24,7 @@ while (1) {
|
|||||||
my $block = $stride*$count;
|
my $block = $stride*$count;
|
||||||
if ($block > $blocks) {
|
if ($block > $blocks) {
|
||||||
$last = $stride*($count-1);
|
$last = $stride*($count-1);
|
||||||
print "last checkpointed block=$last\n";
|
#print "last checkpointed block=$last\n";
|
||||||
last;
|
last;
|
||||||
}
|
}
|
||||||
my $blockhash = qx{$gethash $block};
|
my $blockhash = qx{$gethash $block};
|
||||||
|
|||||||
Reference in New Issue
Block a user