diff options
Diffstat (limited to 'src/rpcclient.h')
-rw-r--r-- | src/rpcclient.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rpcclient.h b/src/rpcclient.h index 29c1260272..52270aec74 100644 --- a/src/rpcclient.h +++ b/src/rpcclient.h @@ -6,8 +6,8 @@ #ifndef BITCOIN_RPCCLIENT_H #define BITCOIN_RPCCLIENT_H -#include "json_spirit_wrapper.h" +#include "univalue/univalue.h" -json_spirit::Array RPCConvertValues(const std::string& strMethod, const std::vector<std::string>& strParams); +UniValue RPCConvertValues(const std::string& strMethod, const std::vector<std::string>& strParams); #endif // BITCOIN_RPCCLIENT_H |