From 7727603e44f8f674e0fc8389e78047e2b56e6052 Mon Sep 17 00:00:00 2001 From: stickies-v Date: Wed, 30 Nov 2022 16:27:13 +0000 Subject: refactor: reduce unnecessary complexity in ParseNonRFCJSONValue Since https://github.com/jgarzik/univalue/pull/31, UniValue::read() can now parse raw literals directly, so there is no more need to wrap them into an array first. --- src/rpc/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rpc/client.h') 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