Skip to content

Commit 3ca3393

Browse files
committed
feat(conf): make compatible with old configurations
1 parent 47c7835 commit 3ca3393

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

common/src/main/java/org/tron/core/Constant.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ public class Constant {
3939
public static final long MAX_CONTRACT_RESULT_SIZE = 2L;
4040
public static final long PB_DEFAULT_ENERGY_LIMIT = 0L;
4141
public static final long CREATOR_DEFAULT_ENERGY_LIMIT = 1000 * 10_000L;
42-
public static final long MIN_PROPOSAL_VOTING_WINDOW = 0L; // ms
42+
public static final long MIN_PROPOSAL_VOTING_WINDOW = 0L; // 0 ms
4343
public static final long MAX_PROPOSAL_VOTING_WINDOW = 31536000000L; // ms of 365 days
4444
/**
4545
* default number of blocks to 3 days

0 commit comments

Comments
 (0)