瀏覽代碼

Fixed IFDEF error on Lazarus build

Pascal Coin 3 年之前
父節點
當前提交
0ebdd8c9a8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);