diff options
| author | BtcDrak <[email protected]> | 2016-03-06 11:15:20 +0000 |
|---|---|---|
| committer | BtcDrak <[email protected]> | 2016-03-18 19:33:59 +0000 |
| commit | 01fdfeffc4515ea43748230139a3bcee2eec3865 (patch) | |
| tree | e3714bb1ca47d09a1d856fd9e580759d8ecca8a9 /src/main.cpp | |
| parent | Update alert notification and GUI (diff) | |
| download | discoin-01fdfeffc4515ea43748230139a3bcee2eec3865.tar.xz discoin-01fdfeffc4515ea43748230139a3bcee2eec3865.zip | |
Remove `-alerts` option
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6c193a25e..e78ce4cdf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -74,7 +74,6 @@ bool fCheckBlockIndex = false; bool fCheckpointsEnabled = DEFAULT_CHECKPOINTS_ENABLED; size_t nCoinCacheUsage = 5000 * 300; uint64_t nPruneTarget = 0; -bool fAlerts = DEFAULT_ALERTS; int64_t nMaxTipAge = DEFAULT_MAX_TIP_AGE; bool fEnableReplacement = DEFAULT_ENABLE_REPLACEMENT; |