Mark p2p alert system as deprecated.

Set default to off
This feature is removed entirely as of 0.13.0
This commit is contained in:
BtcDrak 2016-03-24 19:25:03 +00:00
parent 597494f5a9
commit c0fe2c9e03
2 changed files with 2 additions and 5 deletions

View File

@ -35,10 +35,7 @@ earlier.
Notable changes
===============
Example item
---------------------------------------
Example text.
The p2p alert system is off by default. To turn on, use `-alert` with startup configuration.
0.12.1 Change log
=================

View File

@ -41,7 +41,7 @@ class CValidationState;
struct CNodeStateStats;
/** Default for accepting alerts from the P2P network. */
static const bool DEFAULT_ALERTS = true;
static const bool DEFAULT_ALERTS = false;
/** Default for DEFAULT_WHITELISTRELAY. */
static const bool DEFAULT_WHITELISTRELAY = true;
/** Default for DEFAULT_WHITELISTFORCERELAY. */