aboutsummaryrefslogtreecommitdiff
path: root/src/test/test_bitcoin.cpp
diff options
context:
space:
mode:
authorMatt Corallo <[email protected]>2016-11-29 18:45:24 -0800
committerMatt Corallo <[email protected]>2016-12-24 11:29:33 -0500
commit4cd373aea8d20356727f7d65e0bc818beb6523dc (patch)
tree945990959f03be82089270427a7595431459942b /src/test/test_bitcoin.cpp
parentGet rid of mapArgs direct access in ZMQ construction (diff)
downloaddiscoin-4cd373aea8d20356727f7d65e0bc818beb6523dc.tar.xz
discoin-4cd373aea8d20356727f7d65e0bc818beb6523dc.zip
Un-expose mapArgs from utils.h
Diffstat (limited to 'src/test/test_bitcoin.cpp')
-rw-r--r--src/test/test_bitcoin.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/test_bitcoin.cpp b/src/test/test_bitcoin.cpp
index 2a5a78de0..b62b31710 100644
--- a/src/test/test_bitcoin.cpp
+++ b/src/test/test_bitcoin.cpp
@@ -33,6 +33,8 @@
std::unique_ptr<CConnman> g_connman;
FastRandomContext insecure_rand_ctx(true);
+extern std::map<std::string, std::string> mapArgs;
+
extern bool fPrintToConsole;
extern void noui_connect();