Update findblock.php

* fixed typo
This commit is contained in:
Sebastian Grewe 2013-08-08 06:42:42 +02:00
parent 6dfce75df8
commit d5651764cd

View File

@ -59,7 +59,7 @@ if (empty($aTransactions['transactions'])) {
$aData['difficulty'] . "\t" .
strftime("%Y-%m-%d %H:%M:%S", $aData['time']));
if ( ! empty($aBlockInfo['flags']) && $aBlockInfo['flags'] == 'proof-of-stake' ) {
$logs->logInfo("Block above with height " . $aData['height'] . " not added to database, proof-of-stake block!");
$log->logInfo("Block above with height " . $aData['height'] . " not added to database, proof-of-stake block!");
continue;
}
if (!$block->addBlock($aData) ) {