From 4e3dca978bb4cdcfffc0e3ad7fa2f187cab00b79 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Tue, 19 Mar 2019 12:44:53 -0600 Subject: [PATCH] Do not enable ZIP209 on regtest right now. --- src/chainparams.cpp | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/chainparams.cpp b/src/chainparams.cpp index 8a45521b2..4b1e391c2 100644 --- a/src/chainparams.cpp +++ b/src/chainparams.cpp @@ -474,13 +474,6 @@ public: // Founders reward script expects a vector of 2-of-3 multisig addresses vFoundersRewardAddress = { "t2FwcEhFdNXuFMv1tcYwaBJtYVtMj8b1uTg" }; assert(vFoundersRewardAddress.size() <= consensus.GetLastFoundersRewardBlockHeight()); - - // Enable Sprout shielded value pool checkpointing on - // regtest. - nSproutValuePoolCheckpointHeight = 0; - nSproutValuePoolCheckpointBalance = 0; - fZIP209Enabled = true; - hashSproutValuePoolCheckpointBlock = consensus.hashGenesisBlock; } void UpdateNetworkUpgradeParameters(Consensus::UpgradeIndex idx, int nActivationHeight)