aboutsummaryrefslogtreecommitdiff
path: root/src/rpc/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rpc/client.h')
-rw-r--r--src/rpc/client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/client.h b/src/rpc/client.h
index b9fee5bbb3..644081ac22 100644
--- a/src/rpc/client.h
+++ b/src/rpc/client.h
@@ -17,6 +17,6 @@ UniValue RPCConvertNamedValues(const std::string& strMethod, const std::vector<s
/** Non-RFC4627 JSON parser, accepts internal values (such as numbers, true, false, null)
* as well as objects and arrays.
*/
-UniValue ParseNonRFCJSONValue(const std::string& strVal);
+UniValue ParseNonRFCJSONValue(const std::string& raw);
#endif // BITCOIN_RPC_CLIENT_H