Browse Source

Merge branch 'dev' into jahway603

pull/358/head
jahway603 6 months ago
parent
commit
dcbdafdba5
  1. 2
      util/checkpoints.pl

2
util/checkpoints.pl

@ -34,7 +34,7 @@ if ($acname) {
# HSC's by default have a blocktime of 60s
$perday = 1440;
# Dragonx has a blocktime of 36s
$perday = 2400 if ($acname == 'DRAGONX');
$perday = 2400 if ($acname eq 'DRAGONX');
} else {
$acname = 'HUSH3';
}

Loading…
Cancel
Save