Fix warning

This commit is contained in:
Duke
2023-12-27 17:06:47 -05:00
parent 20fdc0e4fe
commit 1db3fb0429

View File

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