aboutsummaryrefslogtreecommitdiff
path: root/src/rpcclient.h
diff options
context:
space:
mode:
authorJonas Schnelli <[email protected]>2015-09-04 16:11:34 +0200
committerJonas Schnelli <[email protected]>2015-10-01 10:49:57 +0200
commit9623e934732ba0f0a5176cd3d993ebcda327b413 (patch)
treefbaf7e369670900b20c1b809885116adbab4c563 /src/rpcclient.h
parentMerge commit '2f9f082b5ef3c495c70598ef23383effef675f9a' as 'src/univalue' (diff)
downloaddiscoin-9623e934732ba0f0a5176cd3d993ebcda327b413.tar.xz
discoin-9623e934732ba0f0a5176cd3d993ebcda327b413.zip
[Univalue] add univalue over subtree
similar to secp256k1 include and compile univalue over a subtree
Diffstat (limited to 'src/rpcclient.h')
-rw-r--r--src/rpcclient.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpcclient.h b/src/rpcclient.h
index d68b4ed6a..8937a56f0 100644
--- a/src/rpcclient.h
+++ b/src/rpcclient.h
@@ -6,7 +6,7 @@
#ifndef BITCOIN_RPCCLIENT_H
#define BITCOIN_RPCCLIENT_H
-#include "univalue/univalue.h"
+#include <univalue.h>
UniValue RPCConvertValues(const std::string& strMethod, const std::vector<std::string>& strParams);
/** Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null)