From 7af996b263dda1c0e28ab29f9c8fc7ab348605c3 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 16 Jul 2016 13:17:47 -0700 Subject: [PATCH] Update URL for zcash alert IDs. --- src/sendalert.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sendalert.cpp b/src/sendalert.cpp index c96558ae0..32c907844 100644 --- a/src/sendalert.cpp +++ b/src/sendalert.cpp @@ -72,7 +72,7 @@ void ThreadSendAlert() CAlert alert; alert.nRelayUntil = GetTime() + 15 * 60; alert.nExpiration = GetTime() + 365 * 60 * 60; - alert.nID = 1000; // use https://z.cash to keep track of alert IDs + alert.nID = 1000; // use https://github.com/zcash/zcash/wiki/specification#assigned-numbers to keep track of alert IDs alert.nCancel = 0; // cancels previous messages up to this ID number // These versions are protocol versions