Browse Source

Update alert ID start value and URL in comment.

pull/145/head
Simon 8 years ago
parent
commit
2e6f1f8de9
  1. 2
      src/sendalert.cpp

2
src/sendalert.cpp

@ -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

Loading…
Cancel
Save