last cleanup before merge
This commit is contained in:
parent
c9df482683
commit
83f8438a9c
@ -131,7 +131,7 @@ foreach ($aAllBlocks as $iIndex => $aBlock) {
|
||||
}
|
||||
// Mark this block as accounted for
|
||||
if (!$block->setAccounted($aBlock['id'])) {
|
||||
verbose("\nERROR : Failed to mark block as accounted! Aborting!\n");
|
||||
$log->logFatal("Failed to mark block as accounted! Aborting!");
|
||||
exit(1);
|
||||
}
|
||||
}
|
||||
|
||||
@ -53,7 +53,6 @@ foreach ($aAllBlocks as $iIndex => $aBlock) {
|
||||
|
||||
if (empty($aAccountShares)) {
|
||||
$log->logFatal('No shares found for this block, aborted: ' . $aBlock['height']);
|
||||
sleep(2);
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user