diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-03 07:45:16 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-07 09:58:56 +0200 |
commit | 73ac7abd08a70adf22e24d0f5f7631e7f8b7c5bb (patch) | |
tree | 0561a092614fbfd68b29bc415b44b3d1cbe5fff6 /src/test/test_bitcoin.cpp | |
parent | 509030344c66d2a2e27e50a690c43d577e5b943b (diff) |
Move ui_interface to bitcoin_server.a
There is no need for it in the utility libraries or tools.
Put it in init.cpp, and in the tests separately (as they can't link init).
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r-- | src/test/test_bitcoin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 8cae0a4c34..bcd2f75f55 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -18,7 +18,7 @@ #include <boost/filesystem.hpp> #include <boost/test/unit_test.hpp> - +CClientUIInterface uiInterface; CWallet* pwalletMain; extern bool fPrintToConsole; |