diff options
| author | Gregory Maxwell <[email protected]> | 2016-11-29 01:00:11 +0000 |
|---|---|---|
| committer | Gregory Maxwell <[email protected]> | 2016-12-03 07:17:28 +0000 |
| commit | c63198f1c787d69052d6332c5e52118f58eacf56 (patch) | |
| tree | 3f2debf1c040c2168f1e38aaf9ffaee738a89a82 /src/validation.h | |
| parent | Merge #9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,... (diff) | |
| download | discoin-c63198f1c787d69052d6332c5e52118f58eacf56.tar.xz discoin-c63198f1c787d69052d6332c5e52118f58eacf56.zip | |
Make QT runawayException call GetWarnings instead of directly access strMiscWarning.
This is a first step in avoiding racy accesses to strMiscWarning.
The change required moving GetWarnings and related globals to util.
Diffstat (limited to 'src/validation.h')
| -rw-r--r-- | src/validation.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/validation.h b/src/validation.h index a798cf370..7049cd232 100644 --- a/src/validation.h +++ b/src/validation.h @@ -137,7 +137,6 @@ static const bool DEFAULT_CHECKPOINTS_ENABLED = true; static const bool DEFAULT_TXINDEX = false; static const unsigned int DEFAULT_BANSCORE_THRESHOLD = 100; -static const bool DEFAULT_TESTSAFEMODE = false; /** Default for -mempoolreplacement */ static const bool DEFAULT_ENABLE_REPLACEMENT = true; /** Default for using fee filter */ |