|
@@ -1339,6 +1339,7 @@ function TRPCProcess.ProcessMethod(const method: String; params: TPCJSONObject;
|
|
|
Op : TPCOperation;
|
|
|
i : Integer;
|
|
|
Begin
|
|
|
+ Result := False;
|
|
|
if Not HexaStringToOperationsHashTree(HexaStringOperationsHashTree,OperationsHashTree,errors) then begin
|
|
|
ErrorNum:=CT_RPC_ErrNum_InvalidData;
|
|
|
ErrorDesc:= 'Error decoding param "rawoperations": '+errors;
|
|
@@ -1367,6 +1368,7 @@ function TRPCProcess.ProcessMethod(const method: String; params: TPCJSONObject;
|
|
|
i : Integer;
|
|
|
OperationsResumeList : TOperationsResumeList;
|
|
|
Begin
|
|
|
+ Result := False;
|
|
|
if Not HexaStringToOperationsHashTree(HexaStringOperationsHashTree,OperationsHashTree,errors) then begin
|
|
|
ErrorNum:=CT_RPC_ErrNum_InvalidData;
|
|
|
ErrorDesc:= 'Error decoding param "rawoperations": '+errors;
|