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/init.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/init.cpp')
-rw-r--r-- | src/init.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.cpp b/src/init.cpp index c514facbbe..dcb71c4206 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -62,6 +62,7 @@ enum BindFlags { }; static const char* FEE_ESTIMATES_FILENAME="fee_estimates.dat"; +CClientUIInterface uiInterface; ////////////////////////////////////////////////////////////////////////////// // |