Overwinter mainnet activation height

This commit is contained in:
Jack Grigg
2018-04-11 20:21:45 -06:00
parent 2141de16e8
commit 4d234cd2f8
3 changed files with 10 additions and 3 deletions

View File

@@ -102,8 +102,7 @@ public:
consensus.vUpgrades[Consensus::UPGRADE_TESTDUMMY].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nProtocolVersion = 170005;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nActivationHeight =
Consensus::NetworkUpgrade::NO_ACTIVATION_HEIGHT;
consensus.vUpgrades[Consensus::UPGRADE_OVERWINTER].nActivationHeight = 347500;
/**
* The message start string should be awesome! ⓩ❤

View File

@@ -9,7 +9,7 @@
* network protocol versioning
*/
static const int PROTOCOL_VERSION = 170004;
static const int PROTOCOL_VERSION = 170005;
//! initial proto version, to be increased after version/verack negotiation
static const int INIT_PROTO_VERSION = 209;