From a9a0e69ec0c3d8af752b3cda182e1cab32fc2a66 Mon Sep 17 00:00:00 2001 From: CalDescent Date: Mon, 26 Apr 2021 17:19:39 +0100 Subject: [PATCH] Set go-live block height for share bin fix: block 399000 --- 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 363b80cb..e54676b2 100644 --- a/src/main/resources/blockchain.json +++ b/src/main/resources/blockchain.json @@ -50,7 +50,7 @@ "featureTriggers": { "atFindNextTransactionFix": 275000, "newBlockSigHeight": 320000, - "shareBinFix": 999999 + "shareBinFix": 399000 }, "genesisInfo": { "version": 4,