From 42aa48ea69ba3ce674f867a316663ffc5dc81f0a Mon Sep 17 00:00:00 2001 From: Ross Nicoll Date: Tue, 2 May 2017 08:09:04 +0100 Subject: Annotate work to be done to Dogecoin-ify --- src/net_processing.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/net_processing.cpp') diff --git a/src/net_processing.cpp b/src/net_processing.cpp index 3ec1a1c27..91cc92725 100644 --- a/src/net_processing.cpp +++ b/src/net_processing.cpp @@ -1367,6 +1367,8 @@ bool static ProcessMessage(CNode* pfrom, const std::string& strCommand, CDataStr AddTimeData(pfrom->addr, nTimeOffset); // If the peer is old enough to have the old alert system, send it the final alert. + // XXX: Decide how to handle alert migration in Dogecoin and either make this a Dogecoin + // alert or re-introduce the system if (pfrom->nVersion <= 70012) { CDataStream finalAlert(ParseHex("60010000000000000000000000ffffff7f00000000ffffff7ffeffff7f01ffffff7f00000000ffffff7f00ffffff7f002f555247454e543a20416c657274206b657920636f6d70726f6d697365642c2075706772616465207265717569726564004630440220653febd6410f470f6bae11cad19c48413becb1ac2c17f908fd0fd53bdc3abd5202206d0e9c96fe88d4a0f01ed9dedae2b6f9e00da94cad0fecaae66ecf689bf71b50"), SER_NETWORK, PROTOCOL_VERSION); connman.PushMessage(pfrom, CNetMsgMaker(nSendVersion).Make("alert", finalAlert)); -- cgit v1.2.3