diff options
author | Matt Corallo <git@bluematt.me> | 2016-11-29 18:45:24 -0800 |
---|---|---|
committer | Matt Corallo <git@bluematt.me> | 2016-12-24 11:29:33 -0500 |
commit | 4cd373aea8d20356727f7d65e0bc818beb6523dc (patch) | |
tree | 945990959f03be82089270427a7595431459942b /src/qt/test | |
parent | 71fde5563b5d05a63e3ad08a3c32a9e5ffb952f7 (diff) |
Un-expose mapArgs from utils.h
Diffstat (limited to 'src/qt/test')
-rw-r--r-- | src/qt/test/rpcnestedtests.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/qt/test/rpcnestedtests.cpp b/src/qt/test/rpcnestedtests.cpp index 26ac5e2114..972dad72d0 100644 --- a/src/qt/test/rpcnestedtests.cpp +++ b/src/qt/test/rpcnestedtests.cpp @@ -19,6 +19,8 @@ #include <boost/filesystem.hpp> +extern std::map<std::string, std::string> mapArgs; + static UniValue rpcNestedTest_rpc(const JSONRPCRequest& request) { if (request.fHelp) { |