Fix a typo
This commit is contained in:
parent
464c6fc5c2
commit
1faf82fac7
@ -34,7 +34,7 @@ if (!$strLastBlockHash) $strLastBlockHash = '';
|
||||
if ( $bitcoin->can_connect() === true ){
|
||||
$aTransactions = $bitcoin->query('listsinceblock', $strLastBlockHash);
|
||||
} else {
|
||||
$log->logFatal('Unable to conenct to RPC server backend');
|
||||
$log->logFatal('Unable to connect to RPC server backend');
|
||||
$monitoring->endCronjob($cron_name, 'E0006', 1, true);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user