Browse Source

Fix warning

pull/384/head
Duke 5 months ago
parent
commit
1db3fb0429
  1. 2
      contrib/block_time.pl

2
contrib/block_time.pl

@ -7,7 +7,7 @@ use strict;
# Given a block time, estimate when it will happen # Given a block time, estimate when it will happen
my $block = shift || die "Usage: $0 123"; my $block = shift || die "Usage: $0 123";
my $coin = shift; my $coin = shift || '';
my $hush = "./src/hush-cli"; my $hush = "./src/hush-cli";
unless (-e $hush) { unless (-e $hush) {
die "$hush does not exist, aborting"; die "$hush does not exist, aborting";

Loading…
Cancel
Save