removed finally block
This commit is contained in:
parent
f6ceace386
commit
e73adc193e
@ -40,9 +40,8 @@
|
||||
$status = 'UNKNOWN';
|
||||
}
|
||||
}
|
||||
finally {
|
||||
printf($mask, $block['id'], $block['height'], $block['confirmations'], strftime("%Y-%m-%d %H:%M:%S", $block['time']), $status);
|
||||
}
|
||||
|
||||
printf($mask, $block['id'], $block['height'], $block['confirmations'], strftime("%Y-%m-%d %H:%M:%S", $block['time']), $status);
|
||||
}
|
||||
|
||||
echo "Done..". PHP_EOL;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user