Update alert ID start value and URL in comment.
This commit is contained in:
@@ -72,7 +72,7 @@ void ThreadSendAlert()
|
||||
CAlert alert;
|
||||
alert.nRelayUntil = GetTime() + 15 * 60;
|
||||
alert.nExpiration = GetTime() + 365 * 60 * 60;
|
||||
alert.nID = 1040; // use https://en.bitcoin.it/wiki/Alerts to keep track of alert IDs
|
||||
alert.nID = 1000; // use https://z.cash to keep track of alert IDs
|
||||
alert.nCancel = 0; // cancels previous messages up to this ID number
|
||||
|
||||
// These versions are protocol versions
|
||||
|
||||
Reference in New Issue
Block a user