diff options
| author | Wladimir J. van der Laan <[email protected]> | 2014-07-03 07:45:16 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2014-07-07 09:58:56 +0200 |
| commit | 73ac7abd08a70adf22e24d0f5f7631e7f8b7c5bb (patch) | |
| tree | 0561a092614fbfd68b29bc415b44b3d1cbe5fff6 /src/test/test_bitcoin.cpp | |
| parent | qt: Pick translation messages only from necessary files (diff) | |
| download | discoin-73ac7abd08a70adf22e24d0f5f7631e7f8b7c5bb.tar.xz discoin-73ac7abd08a70adf22e24d0f5f7631e7f8b7c5bb.zip | |
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 8cae0a4c3..bcd2f75f5 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; |