Skip to content

Commit

Permalink
Protocol v07 activates at 12:00 on 28 of January 2019 UTC
Browse files Browse the repository at this point in the history
  • Loading branch information
backpacker69 committed Nov 26, 2018
1 parent f096918 commit 49e2f6e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/alert.cpp
Expand Up @@ -19,7 +19,7 @@ using namespace std;
map<uint256, CAlert> mapAlerts;
CCriticalSection cs_mapAlerts;

static const char* pszMainKey = "042342961a889361a3c0898c6bf17fd2735ba7af12fbea001c3e11abe99acf3d994f28aeb774e6437fe2d29c9a6dee2dcac5bfe156ed4c204f58d3908a095f584a";
static const char* pszMainKey = "04201f0f85178950503c20d5a947883dff81e727533f1f1da104755fa25275cf68c442b8ad50da3152c10a74ea621da614d3d2048ba25a14f39bfc40c41223543a";
static const char* pszTestKey = "04383862439513e940f6fcbf62d365c162a5256920c2c25b0b4266fdee4a443d71cfe224dbccff6fdb2ea57a37eb0cbec5637ebea06f63c70ca093672fbdc27643";

void CUnsignedAlert::SetNull()
Expand Down
2 changes: 1 addition & 1 deletion src/checkpointsync.cpp
Expand Up @@ -69,7 +69,7 @@ using namespace std;


// ppcoin: sync-checkpoint master key
const std::string CSyncCheckpoint::strMainPubKey = "0495d1ff0f2a1954bf3f50e568398d7a18769151bf1a279334ee57b714ae9ad8b0ff6b13e5cd6b2aca265eae98cdfd8f82333b2391c6b1e5228c945c97b6c010a4";
const std::string CSyncCheckpoint::strMainPubKey = "0420a39aeecfa0e3c79f7177eff4a873d56deaf8b1052eeb2cade243e6d87ef14c202bafe21289bdf0f14258dc9a13855867ed1b0dea898d2c86a11f1ee9f545c8";
const std::string CSyncCheckpoint::strTestPubKey = "046cad3d8254b182a4e5289d01d17f0eb687f937648aa025655ed0bcc9dde0b3357e6791d6178d92e37599718e6435532872e751c244e8b096ebe6b6810f1e02aa";
std::string CSyncCheckpoint::strMasterPrivKey = "";

Expand Down
2 changes: 1 addition & 1 deletion src/kernel.cpp
Expand Up @@ -24,7 +24,7 @@ unsigned int nProtocolV05TestSwitchTime = 1447700000;
const unsigned int nProtocolV06SwitchTime = 1513050000; // Tue 12 Dec 03:40:00 UTC 2017
const unsigned int nProtocolV06TestSwitchTime = 1508198400; // Tue 17 Oct 00:00:00 UTC 2017
// Protocol switch time for 0.7 kernel protocol
const unsigned int nProtocolV07SwitchTime = 1545652800; // Thu 24 Dec 12:00:00 UTC 2018
const unsigned int nProtocolV07SwitchTime = 1548676800; // Mon 28 Jan 12:00:00 UTC 2019
const unsigned int nProtocolV07TestSwitchTime = 1541505600; // Tue 06 Nov 12:00:00 UTC 2018


Expand Down

0 comments on commit 49e2f6e

Please sign in to comment.