From 99ba4caf7578338de4c7728ace6261aab661818f Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sun, 4 Dec 2022 11:50:58 +0000 Subject: [PATCH] We definitely can't retroactively validate minter levels, because there are confirmed cases in the chains history where this fails. Set to 999999999 until we have decided on a future block height. --- 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 6f60e505..126ec7ae 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -82,7 +82,7 @@ "transactionV6Timestamp": 9999999999999, "disableReferenceTimestamp": 1655222400000, "increaseOnlineAccountsDifficultyTimestamp": 9999999999999, - "onlineAccountMinterLevelValidationHeight": 0, + "onlineAccountMinterLevelValidationHeight": 999999999, "selfSponsorshipAlgoV1Height": 999999999 }, "genesisInfo": {