diff options
| author | Cory Fields <[email protected]> | 2017-10-05 13:10:58 -0400 |
|---|---|---|
| committer | Carl Dong <[email protected]> | 2019-01-16 13:54:18 -0500 |
| commit | 4c0d961eb0d7825a1e6f8389d7f5545114ee18c6 (patch) | |
| tree | 9d5058c91632293540636bb540818539b216676f /src/test/test_bitcoin_main.cpp | |
| parent | net: split up addresses/ban dumps in preparation for moving them (diff) | |
| download | discoin-4c0d961eb0d7825a1e6f8389d7f5545114ee18c6.tar.xz discoin-4c0d961eb0d7825a1e6f8389d7f5545114ee18c6.zip | |
banman: create and split out banman
Some say he has always been.
Diffstat (limited to 'src/test/test_bitcoin_main.cpp')
| -rw-r--r-- | src/test/test_bitcoin_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/test_bitcoin_main.cpp b/src/test/test_bitcoin_main.cpp index 6c066d3fe..caa35c0ef 100644 --- a/src/test/test_bitcoin_main.cpp +++ b/src/test/test_bitcoin_main.cpp @@ -11,6 +11,7 @@ #include <boost/test/unit_test.hpp> std::unique_ptr<CConnman> g_connman; +std::unique_ptr<BanMan> g_banman; [[noreturn]] void Shutdown(void* parg) { |