From 2227389fa8fa1b9ff19234838fc7b641e935125b Mon Sep 17 00:00:00 2001 From: constantined Date: Tue, 23 Jul 2013 04:48:14 +0300 Subject: JSON Spirit updated to v4.06 --- src/bitcoinrpc.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/bitcoinrpc.cpp') diff --git a/src/bitcoinrpc.cpp b/src/bitcoinrpc.cpp index c99b74f18..c3c99982b 100644 --- a/src/bitcoinrpc.cpp +++ b/src/bitcoinrpc.cpp @@ -30,6 +30,8 @@ using namespace boost; using namespace boost::asio; using namespace json_spirit; +static const char* Value_type_name[]={"obj", "array", "str", "bool", "int", "real", "null"}; + static std::string strRPCUserColonPass; // These are created by StartRPCThreads, destroyed in StopRPCThreads -- cgit v1.2.3