Skip to content

Commit

Permalink
Enable VaultZ on LiveNet on block 328500
Browse files Browse the repository at this point in the history
  • Loading branch information
renuzit committed Mar 23, 2019
1 parent 016c878 commit 4503235
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions contrib/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
BitcoinZ (2.0.3) stable; urgency=medium
bitcoinz (2.0.3) stable; urgency=medium

* 2.0.3 release.

-- The BitcoinZ Community <[email protected]> Thu, 7 Mar 2019 09:16:09

BitcoinZ (1.4.0) stable; urgency=high
bitcoinz (1.4.0) stable; urgency=high

* 1.4.0 release.

Expand Down
6 changes: 3 additions & 3 deletions src/chainparams.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,9 @@ class CMainParams : public CChainParams {
consensus.vUpgrades[Consensus::UPGRADE_TESTDUMMY].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nProtocolVersion = 770006;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nActivationHeight = 324500;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nActivationHeight = 328500;
consensus.vUpgrades[Consensus::UPGRADE_SAPLING].nProtocolVersion = 770006;
consensus.vUpgrades[Consensus::UPGRADE_SAPLING].nActivationHeight = 324500;
consensus.vUpgrades[Consensus::UPGRADE_SAPLING].nActivationHeight = 328500;

// The best chain should have at least this much work.
// consensus.nMinimumChainWork = uint256S("0x00000000000000000000000000000000000000000000000000a95cc5099213e3");
Expand Down Expand Up @@ -297,7 +297,7 @@ class CMainParams : public CChainParams {
"t3gGLesWeA25QKbb1QFNMw6NN33T6hcQAAE",
"t3bi7pnM4mQ6RbQZwufGDt9m2uNnxHNBk37"
};
vCommunityFeeStartHeight = 324500;
vCommunityFeeStartHeight = 328500;
vCommunityFeeLastHeight = 1400000;
assert(vCommunityFeeAddress.size() <= GetLastCommunityFeeBlockHeight());
}
Expand Down

0 comments on commit 4503235

Please sign in to comment.