mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-27 12:11:23 +00:00
minAccountLevelToMint value moved to blockchain.json
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user