From c2d369f70aa9067f6da6eeae9f55dcc7139ca264 Mon Sep 17 00:00:00 2001 From: Lemois 1337 Date: Wed, 28 Aug 2024 23:53:18 +0200 Subject: [PATCH] Mainnet HFDAAScore set to 26962009 to switch to khashv2 --- domain/dagconfig/params.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domain/dagconfig/params.go b/domain/dagconfig/params.go index d4b42c7889..41c58ac64b 100644 --- a/domain/dagconfig/params.go +++ b/domain/dagconfig/params.go @@ -278,7 +278,7 @@ var MainnetParams = Params{ // This means that any block that has a level lower or equal to genesis will be level 0. MaxBlockLevel: 225, MergeDepth: defaultMergeDepth, - HFDAAScore: 42000042, // TODO: define the fork date DAAscore + HFDAAScore: 26962009, // HF DAAscore to switch to khashv2 (Fri Sep 13 01:37:00 PM UTC 2024) } // TestnetParams defines the network parameters for the test Karlsen network.