diff options
| author | Jonas Schnelli <[email protected]> | 2016-03-15 10:30:37 +0100 |
|---|---|---|
| committer | Jonas Schnelli <[email protected]> | 2016-03-22 08:20:59 +0100 |
| commit | 25340b7cd58c3451ae91c7b501fdff70ef05ec80 (patch) | |
| tree | 8adcbc5d93a710f8c955bf25d7b7ce78db07a974 /src/test | |
| parent | Merge #7621: Fixes ZMQ startup with bad arguments. (diff) | |
| download | discoin-25340b7cd58c3451ae91c7b501fdff70ef05ec80.tar.xz discoin-25340b7cd58c3451ae91c7b501fdff70ef05ec80.zip | |
[Wallet] refactor wallet/init interaction
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/test_bitcoin.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp index 39586d7bb..9159a4499 100644 --- a/src/test/test_bitcoin.cpp +++ b/src/test/test_bitcoin.cpp @@ -29,7 +29,6 @@ #include <boost/thread.hpp> CClientUIInterface uiInterface; // Declared but not defined in ui_interface.h -CWallet* pwalletMain; extern bool fPrintToConsole; extern void noui_connect(); |