From bae63f7674a38657911264a3978537869559e6d4 Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Sat, 27 Mar 2021 18:55:48 -0400 Subject: [PATCH] Change default daa fork height --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 01b51a0f9..87ddc9669 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5033,7 +5033,7 @@ bool ContextualCheckBlockHeader(const CBlockHeader& block, CValidationState& sta assert(pindexPrev); - int daaForkHeight = GetArg("-daaforkheight", 448450); + int daaForkHeight = GetArg("-daaforkheight", 450000); int nHeight = pindexPrev->GetHeight()+1; bool ishush3 = strncmp(SMART_CHAIN_SYMBOL, "HUSH3",5) == 0 ? true : false; // Check Proof-of-Work difficulty