aboutsummaryrefslogtreecommitdiff
path: root/src/util.h
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2016-11-30 06:07:42 +0000
committerGregory Maxwell <greg@xiph.org>2016-12-03 07:17:34 +0000
commit749be013f5cba0bbb01f1f89df77106aea5a4cc1 (patch)
treecc7f3f435e14003091859ad654f7bb0b3aab225a /src/util.h
parente3ba0ef95636290a3bb597ddd25d13ea13b034aa (diff)
downloadbitcoin-749be013f5cba0bbb01f1f89df77106aea5a4cc1.tar.xz
Move GetWarnings() into its own file.
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/util.h b/src/util.h
index b34966fd80..3ec38a7c7d 100644
--- a/src/util.h
+++ b/src/util.h
@@ -47,8 +47,6 @@ extern bool fDebug;
extern bool fPrintToConsole;
extern bool fPrintToDebugLog;
-static const bool DEFAULT_TESTSAFEMODE = false;
-
extern bool fLogTimestamps;
extern bool fLogTimeMicros;
extern bool fLogIPs;
@@ -226,11 +224,4 @@ template <typename Callable> void TraceThread(const char* name, Callable func)
std::string CopyrightHolders(const std::string& strPrefix);
-void SetMiscWarning(const std::string& strWarning);
-void SetfLargeWorkForkFound(bool flag);
-bool GetfLargeWorkForkFound();
-void SetfLargeWorkInvalidChainFound(bool flag);
-bool GetfLargeWorkInvalidChainFound();
-std::string GetWarnings(const std::string& strFor);
-
#endif // BITCOIN_UTIL_H