Skip to content

Commit 6198230

Browse files
authored
Update Parameter.java
1 parent a4b97a1 commit 6198230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/tron/core/config/Parameter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ interface ChainConstant {
88
long ASSET_ISSUE_FEE = 1000000000; // 1000 trx 10^9
99
long VOTE_WITNESS_FEE = 10000; // 10000 drop
1010
long CREATE_ACCOUNT_FEE = 10000; // 10000 drop
11-
long WITNESS_PAY_PER_BLOCK = 3000000; // 3trx
11+
long WITNESS_PAY_PER_BLOCK = 32000000; // 3trx
1212
int BLOCK_PRODUCED_INTERVAL = 3; // 3sec
1313

1414
double SOLIDIFIED_THRESHOLD = 0.3;

0 commit comments

Comments
 (0)