|
@@ -2823,6 +2823,11 @@ begin
|
|
end;
|
|
end;
|
|
if (LAddToMultiThreadOperationsBlockValidator) then begin
|
|
if (LAddToMultiThreadOperationsBlockValidator) then begin
|
|
LPCOperationsBlockValidator.AddToValidate(block.blockchainInfo);
|
|
LPCOperationsBlockValidator.AddToValidate(block.blockchainInfo);
|
|
|
|
+ LPCOperationsBlockValidator.GetStatus(LValidatedOPOk, LValidatedOPError, LValidatedOPPending);
|
|
|
|
+ if LValidatedOPError>0 then begin
|
|
|
|
+ LPCOperationsBlockValidator.FillErrors(errors);
|
|
|
|
+ Exit;
|
|
|
|
+ end;
|
|
end;
|
|
end;
|
|
{$IFDEF TESTNET}
|
|
{$IFDEF TESTNET}
|
|
end;
|
|
end;
|