Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F14864419
D6021.id19868.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Subscribers
None
D6021.id19868.diff
View Options
diff --git a/src/net_processing.cpp b/src/net_processing.cpp
--- a/src/net_processing.cpp
+++ b/src/net_processing.cpp
@@ -2289,22 +2289,6 @@
pfrom->nTimeOffset = nTimeOffset;
AddTimeData(pfrom->addr, nTimeOffset);
- // If the peer is old enough to have the old alert system, send it the
- // final alert.
- if (pfrom->nVersion <= 70012) {
- CDataStream finalAlert(
- ParseHex(
- "60010000000000000000000000ffffff7f00000000ffffff7ffeffff7f"
- "01ffffff7f00000000ffffff7f00ffffff7f002f555247454e543a2041"
- "6c657274206b657920636f6d70726f6d697365642c2075706772616465"
- "207265717569726564004630440220653febd6410f470f6bae11cad19c"
- "48413becb1ac2c17f908fd0fd53bdc3abd5202206d0e9c96fe88d4a0f0"
- "1ed9dedae2b6f9e00da94cad0fecaae66ecf689bf71b50"),
- SER_NETWORK, PROTOCOL_VERSION);
- connman->PushMessage(
- pfrom, CNetMsgMaker(nSendVersion).Make("alert", finalAlert));
- }
-
// Feeler connections exist only to verify if address is online.
if (pfrom->fFeeler) {
assert(pfrom->fInbound == false);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 20, 19:33 (8 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5862264
Default Alt Text
D6021.id19868.diff (1 KB)
Attached To
D6021: Remove last vestige of the alert system
Event Timeline
Log In to Comment