Jelajahi Sumber

Fixed IFDEF error on Lazarus build

Pascal Coin 3 tahun lalu
induk
melakukan
0ebdd8c9a8
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/core/UBlockChain.pas

+ 1 - 1
src/core/UBlockChain.pas

@@ -3138,7 +3138,7 @@ begin
           AddOperationToHashTree(LOperation);
           inc(AProcessedCount);
         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;
       Finally
         FreeAndNil(LOperation);