diff --git a/cronjobs/proportional_payout.php b/cronjobs/proportional_payout.php index c9c61539..d7ab7e95 100755 --- a/cronjobs/proportional_payout.php +++ b/cronjobs/proportional_payout.php @@ -54,7 +54,7 @@ foreach ($aAllBlocks as $iIndex => $aBlock) { if (empty($aAccountShares)) { $log->logFatal('No shares found for this block, aborted: ' . $aBlock['height']); sleep(2); - continue; + exit(1); } // Loop through all accounts that have found shares for this round