Merge branch 'duke' into danger
This commit is contained in:
@@ -31,8 +31,10 @@ my $acname = shift;
|
|||||||
if ($acname) {
|
if ($acname) {
|
||||||
# TODO: is acname valid?
|
# TODO: is acname valid?
|
||||||
$cli .= " -ac_name=$acname";
|
$cli .= " -ac_name=$acname";
|
||||||
# TODO: assumes all HSC's will have a blocktime of 60s
|
# HSC's by default have a blocktime of 60s
|
||||||
$perday = 1440;
|
$perday = 1440;
|
||||||
|
# Dragonx has a blocktime of 36s
|
||||||
|
$perday = 2400 if ($acname == 'DRAGONX');
|
||||||
} else {
|
} else {
|
||||||
$acname = 'HUSH3';
|
$acname = 'HUSH3';
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user