Overwinter release notes and testnet activation height

Closes #2957.
This commit is contained in:
Jack Grigg
2018-02-27 00:05:09 +00:00
parent f9dbd1e2d5
commit 138cf77004
2 changed files with 42 additions and 4 deletions

View File

@@ -263,8 +263,7 @@ public:
consensus.vUpgrades[Consensus::UPGRADE_TESTDUMMY].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nProtocolVersion = 170003;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nActivationHeight = 207500;
pchMessageStart[0] = 0xfa;
pchMessageStart[1] = 0x1a;