Remove -alerts option

This commit is contained in:
BtcDrak
2016-03-06 11:15:20 +00:00
committed by lateminer
parent 7de932ba87
commit 8fb8ada384
3 changed files with 0 additions and 6 deletions

View File

@@ -45,8 +45,6 @@ class CWallet;
struct CNodeStateStats;
struct LockPoints;
/** Default for accepting alerts from the P2P network. */
static const bool DEFAULT_ALERTS = false;
/** Default for DEFAULT_WHITELISTRELAY. */
static const bool DEFAULT_WHITELISTRELAY = true;
/** Default for DEFAULT_WHITELISTFORCERELAY. */
@@ -164,7 +162,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;
extern bool fEnableReplacement;
extern int64_t nLastCoinStakeSearchInterval;