From e0efd1f5e322759a2c35d03d9cba74901f37b0c5 Mon Sep 17 00:00:00 2001 From: Fernando Paredes Garcia Date: Thu, 29 Dec 2022 14:03:17 -0500 Subject: [PATCH] #73 Delay Segwit and CSV (BIP68, BIP112 and BIP113) till block 557000 (about ~4 months). --- src/chainparams.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index f8aa9ac..43ce381 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -70,8 +70,8 @@ class CMainParams : public CChainParams { consensus.BIP34Hash = uint256S("0x0000000002fde67fbf51d8b3c1fe80b162b0ba5ac58b0afe87c4c94cbe958c58"); consensus.BIP65Height = 23523; // 0000000002fde67fbf51d8b3c1fe80b162b0ba5ac58b0afe87c4c94cbe958c58 consensus.BIP66Height = 23523; // 0000000002fde67fbf51d8b3c1fe80b162b0ba5ac58b0afe87c4c94cbe958c58 - consensus.CSVHeight = 544000; - consensus.SegwitHeight = 544000; + consensus.CSVHeight = 557000; + consensus.SegwitHeight = 557000; consensus.powLimit = uint256S("00000000ffffffffffffffffffffffffffffffffffffffffffffffffffffffff"); consensus.nPowTargetTimespan = 24 * 60 * 60; // one day consensus.nPowTargetSpacing = 10 * 60;