Merge #7692: Remove p2p alert system
cfd519eAdd release note documentation (BtcDrak)6601ce5protocol.h/cpp: Removes NetMsgType::ALERT (Thomas Kerin)ad72104Formatting (BtcDrak)1b77471Remove alert keys (BtcDrak)01fdfefRemove `-alerts` option (BtcDrak)9206634Update alert notification and GUI (BtcDrak)bbb9d1dRemove p2p alert handling (BtcDrak)
This commit is contained in:
@@ -42,8 +42,6 @@ class CValidationState;
|
||||
struct CNodeStateStats;
|
||||
struct LockPoints;
|
||||
|
||||
/** Default for accepting alerts from the P2P network. */
|
||||
static const bool DEFAULT_ALERTS = true;
|
||||
/** Default for DEFAULT_WHITELISTRELAY. */
|
||||
static const bool DEFAULT_WHITELISTRELAY = true;
|
||||
/** Default for DEFAULT_WHITELISTFORCERELAY. */
|
||||
@@ -154,7 +152,6 @@ extern size_t nCoinCacheUsage;
|
||||
extern CFeeRate minRelayTxFee;
|
||||
/** Absolute maximum transaction fee (in satoshis) used by wallet and mempool (rejects high fee in sendrawtransaction) */
|
||||
extern CAmount maxTxFee;
|
||||
extern bool fAlerts;
|
||||
/** If the tip is older than this (in seconds), the node is considered to be in initial block download. */
|
||||
extern int64_t nMaxTipAge;
|
||||
extern bool fEnableReplacement;
|
||||
|
||||
Reference in New Issue
Block a user