aboutsummaryrefslogtreecommitdiff
path: root/src/util.cpp
diff options
context:
space:
mode:
authorGavin Andresen <[email protected]>2013-12-03 03:47:44 -0800
committerGavin Andresen <[email protected]>2013-12-03 03:47:44 -0800
commitcf74e8cb5eed90cbb14ed40d834c30ef9d37c443 (patch)
tree115a15599169cb7fbcaa0a76c38c3c444dbaf068 /src/util.cpp
parentMerge pull request #3345 from Michagogo/gitian-descriptor-deps-input-typo (diff)
parentbitcoin-cli: remove unneeded dependencies (only code movement) (diff)
downloaddiscoin-cf74e8cb5eed90cbb14ed40d834c30ef9d37c443.tar.xz
discoin-cf74e8cb5eed90cbb14ed40d834c30ef9d37c443.zip
Merge pull request #3320 from laanwj/2013_11_cli_split
bitcoin-cli: remove unneeded dependencies (only minor code movement)
Diffstat (limited to 'src/util.cpp')
-rw-r--r--src/util.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util.cpp b/src/util.cpp
index 65940758a..a8c591cc7 100644
--- a/src/util.cpp
+++ b/src/util.cpp
@@ -95,6 +95,7 @@ string strMiscWarning;
bool fNoListen = false;
bool fLogTimestamps = false;
volatile bool fReopenDebugLog = false;
+CClientUIInterface uiInterface;
// Init OpenSSL library multithreading support
static CCriticalSection** ppmutexOpenSSL;
@@ -1511,3 +1512,4 @@ void RenameThread(const char* name)
(void)name;
#endif
}
+