mirror of
https://github.com/kvazar-network/crawler.git
synced 2025-01-08 22:27:56 +00:00
skip transactions with empty operator
This commit is contained in:
parent
eb0f76e185
commit
4ee1929009
@ -269,16 +269,10 @@ for ($block = $state; $block <= $blocks; $block++)
|
|||||||
$vout['scriptPubKey']['asm']
|
$vout['scriptPubKey']['asm']
|
||||||
);
|
);
|
||||||
|
|
||||||
// Get operation ID required to continue
|
// Operation ID required to continue
|
||||||
if (empty($asm[0]))
|
if (empty($asm[0]))
|
||||||
{
|
{
|
||||||
exit(
|
continue;
|
||||||
sprintf(
|
|
||||||
_('Undefined operation of transaction "%s" in block "%d"!'),
|
|
||||||
$transaction,
|
|
||||||
$block
|
|
||||||
)
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// Detect key / value
|
// Detect key / value
|
||||||
|
Loading…
Reference in New Issue
Block a user