Do not enable ZIP209 on regtest right now.

This commit is contained in:
Sean Bowe 2019-03-19 12:44:53 -06:00
parent 30a5d6f520
commit 4e3dca978b
1 changed files with 0 additions and 7 deletions

View File

@ -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)