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