mirror of
https://github.com/kvazar-network/crawler.git
synced 2025-01-09 22:57:55 +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']
|
||||
);
|
||||
|
||||
// Get operation ID required to continue
|
||||
// Operation ID required to continue
|
||||
if (empty($asm[0]))
|
||||
{
|
||||
exit(
|
||||
sprintf(
|
||||
_('Undefined operation of transaction "%s" in block "%d"!'),
|
||||
$transaction,
|
||||
$block
|
||||
)
|
||||
);
|
||||
continue;
|
||||
}
|
||||
|
||||
// Detect key / value
|
||||
|
Loading…
Reference in New Issue
Block a user