forked from Qortal/qortal
minAccountLevelToMint value moved to blockchain.json
This commit is contained in:
parent
a35e309a2f
commit
c5093168b1
@ -141,7 +141,7 @@ public class BlockChain {
|
|||||||
}
|
}
|
||||||
private List<BlockTimingByHeight> blockTimingsByHeight;
|
private List<BlockTimingByHeight> blockTimingsByHeight;
|
||||||
|
|
||||||
private int minAccountLevelToMint = 1;
|
private int minAccountLevelToMint;
|
||||||
private int minAccountLevelForBlockSubmissions;
|
private int minAccountLevelForBlockSubmissions;
|
||||||
private int minAccountLevelToRewardShare;
|
private int minAccountLevelToRewardShare;
|
||||||
private int maxRewardSharesPerMintingAccount;
|
private int maxRewardSharesPerMintingAccount;
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
"requireGroupForApproval": false,
|
"requireGroupForApproval": false,
|
||||||
"defaultGroupId": 0,
|
"defaultGroupId": 0,
|
||||||
"oneNamePerAccount": true,
|
"oneNamePerAccount": true,
|
||||||
|
"minAccountLevelToMint": 1,
|
||||||
"minAccountLevelForBlockSubmissions": 6,
|
"minAccountLevelForBlockSubmissions": 6,
|
||||||
"minAccountLevelToRewardShare": 5,
|
"minAccountLevelToRewardShare": 5,
|
||||||
"maxRewardSharesPerMintingAccount": 6,
|
"maxRewardSharesPerMintingAccount": 6,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user