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 a4b97a1 commit 6198230Copy full SHA for 6198230
src/main/java/org/tron/core/config/Parameter.java
@@ -8,7 +8,7 @@ interface ChainConstant {
8
long ASSET_ISSUE_FEE = 1000000000; // 1000 trx 10^9
9
long VOTE_WITNESS_FEE = 10000; // 10000 drop
10
long CREATE_ACCOUNT_FEE = 10000; // 10000 drop
11
- long WITNESS_PAY_PER_BLOCK = 3000000; // 3trx
+ long WITNESS_PAY_PER_BLOCK = 32000000; // 3trx
12
int BLOCK_PRODUCED_INTERVAL = 3; // 3sec
13
14
double SOLIDIFIED_THRESHOLD = 0.3;
0 commit comments