Update for 75s blocks
This commit is contained in:
@@ -19,7 +19,7 @@ if ($block <= $blockcount) {
|
||||
die "That block has already happened!";
|
||||
} else {
|
||||
my $diff = $block - $blockcount;
|
||||
my $minutes = $diff*2.5;
|
||||
my $minutes = $diff*1.25; # 75s in minutes
|
||||
my $seconds = $minutes*60;
|
||||
my $now = time;
|
||||
my $then = $now + $seconds;
|
||||
|
||||
Reference in New Issue
Block a user