From c8c7fe6ac26b6fba71eae1c89cdc0d924f5c6d82 Mon Sep 17 00:00:00 2001 From: J62 Date: Wed, 24 Oct 2018 22:17:57 -0700 Subject: [PATCH] Update chainparams.cpp --- src/chainparams.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index b27652136..215a3213d 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -211,7 +211,7 @@ public: consensus.nSubsidyHalvingInterval = 840000; // P2SH, height in coinbase, CLTV and DERSIG all enforced from genesis - consensus.BIP34Height = 17; + consensus.BIP34Height = 9999; consensus.BIP65Height = 0; consensus.BIP66Height = 0;