fix warning level

This commit is contained in:
ghost 2024-02-26 13:25:48 +02:00
parent bfa53960ad
commit 9fdc8a01f9

View File

@ -294,13 +294,7 @@ for ($block = $state + 1; $block <= $blocks; $block++)
// Namespace info required to continue // Namespace info required to continue
if (empty($asm[1])) if (empty($asm[1]))
{ {
exit( continue;
sprintf(
_('Undefined namespace of transaction "%s" in block "%d"!'),
$transaction,
$block
)
);
} }
// Decode namespace // Decode namespace