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.
2 parents 1016301 + 5debd62 commit 754af3dCopy full SHA for 754af3d
src/main/java/org/tron/core/config/Parameter.java
@@ -5,10 +5,10 @@ public interface Parameter {
5
interface ChainConstant {
6
7
long TRANSFER_FEE = 0; // 1 drop
8
- long ASSET_ISSUE_FEE = 1000000000; // 1000 trx 10^9
+ long ASSET_ISSUE_FEE = 1024000000; // 1024 trx 1024*10^6
9
long VOTE_WITNESS_FEE = 10000; // 10000 drop
10
long CREATE_ACCOUNT_FEE = 10000; // 10000 drop
11
- long WITNESS_PAY_PER_BLOCK = 32000000; // 3trx
+ long WITNESS_PAY_PER_BLOCK = 32000000; // 32trx
12
int BLOCK_PRODUCED_INTERVAL = 3; // 3sec
13
14
double SOLIDIFIED_THRESHOLD = 0.3;
0 commit comments