From c6405340bcce284672f857cb2539489beeaee599 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sat, 5 Feb 2022 11:33:28 +0000 Subject: [PATCH] minAccountLevelForBlockSubmissions reduced from 6 to 5 --- src/main/resources/blockchain.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/blockchain.json b/src/main/resources/blockchain.json index 4df3f09a..3d0e5559 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -9,7 +9,7 @@ "defaultGroupId": 0, "oneNamePerAccount": true, "minAccountLevelToMint": 1, - "minAccountLevelForBlockSubmissions": 6, + "minAccountLevelForBlockSubmissions": 5, "minAccountLevelToRewardShare": 5, "maxRewardSharesPerMintingAccount": 6, "founderEffectiveMintingLevel": 10,