Browse Source

Edit: remove comment

Herman Schoenfeld 7 years ago
parent
commit
46521b10df
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/core/UConst.pas

+ 1 - 1
src/core/UConst.pas

@@ -51,7 +51,7 @@ Const
 
   CT_FirstReward: UInt64 = 1000000; // 4 decimals... First reward = 100,0000
   CT_MinReward: UInt64 = 10000; // 4 decimals... Min reward = 1,0000
-  CT_NewLineRewardDecrease: Cardinal = {$IFDEF PRODUCTION}210240{$ELSE}{$IFDEF TESTNET}20000{$ENDIF}{$ENDIF}; // Avg 4 year
+  CT_NewLineRewardDecrease: Cardinal = {$IFDEF PRODUCTION}210240{$ELSE}{$IFDEF TESTNET}20000{$ENDIF}{$ENDIF};
 
   CT_WaitNewBlocksBeforeTransaction = 100;