minAccountLevelToMint value moved to blockchain.json

This commit is contained in:
CalDescent 2022-01-29 22:59:04 +00:00
parent a35e309a2f
commit c5093168b1
2 changed files with 2 additions and 1 deletions

View File

@ -141,7 +141,7 @@ public class BlockChain {
}
private List<BlockTimingByHeight> blockTimingsByHeight;
private int minAccountLevelToMint = 1;
private int minAccountLevelToMint;
private int minAccountLevelForBlockSubmissions;
private int minAccountLevelToRewardShare;
private int maxRewardSharesPerMintingAccount;

View File

@ -8,6 +8,7 @@
"requireGroupForApproval": false,
"defaultGroupId": 0,
"oneNamePerAccount": true,
"minAccountLevelToMint": 1,
"minAccountLevelForBlockSubmissions": 6,
"minAccountLevelToRewardShare": 5,
"maxRewardSharesPerMintingAccount": 6,