|
@@ -3138,7 +3138,7 @@ begin
|
|
AddOperationToHashTree(LOperation);
|
|
AddOperationToHashTree(LOperation);
|
|
inc(AProcessedCount);
|
|
inc(AProcessedCount);
|
|
end else begin
|
|
end else begin
|
|
- {$IF HIGHLOG}TLog.NewLog(ltdebug,ClassName,Format('Not added a 0fee operation: %s',[LOperation.ToString]));{$ENDIF}
|
|
|
|
|
|
+ {$IFDEF HIGHLOG}TLog.NewLog(ltdebug,ClassName,Format('Not added a 0fee operation: %s',[LOperation.ToString]));{$ENDIF}
|
|
end;
|
|
end;
|
|
Finally
|
|
Finally
|
|
FreeAndNil(LOperation);
|
|
FreeAndNil(LOperation);
|