Skip to content

Commit 5f88fae

Browse files
author
wubinTron
committed
fix config bug
1 parent 44d7e08 commit 5f88fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/src/main/java/org/tron/common/parameter/CommonParameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ public class CommonParameter {
371371
public boolean solidityNodeHttpEnable = true;
372372
@Getter
373373
@Setter
374-
public boolean nodeHttpStatisticsSRRewardEnable = true;
374+
public boolean nodeHttpStatisticsSRRewardEnable = false;
375375
@Getter
376376
@Setter
377377
public int maxTransactionPendingSize;

0 commit comments

Comments
 (0)