We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47c7835 commit 3ca3393Copy full SHA for 3ca3393
1 file changed
common/src/main/java/org/tron/core/Constant.java
@@ -39,7 +39,7 @@ public class Constant {
39
public static final long MAX_CONTRACT_RESULT_SIZE = 2L;
40
public static final long PB_DEFAULT_ENERGY_LIMIT = 0L;
41
public static final long CREATOR_DEFAULT_ENERGY_LIMIT = 1000 * 10_000L;
42
- public static final long MIN_PROPOSAL_VOTING_WINDOW = 0L; // ms
+ public static final long MIN_PROPOSAL_VOTING_WINDOW = 0L; // 0 ms
43
public static final long MAX_PROPOSAL_VOTING_WINDOW = 31536000000L; // ms of 365 days
44
/**
45
* default number of blocks to 3 days
0 commit comments