From 87d685f254571667ad8b716a499ad3c0b4816f4a Mon Sep 17 00:00:00 2001 From: yviter Date: Fri, 3 Dec 2021 17:04:32 +0200 Subject: [PATCH] gitlab credential test --- libraries/plugins/peerplays_sidechain/common/rpc_client.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/plugins/peerplays_sidechain/common/rpc_client.cpp b/libraries/plugins/peerplays_sidechain/common/rpc_client.cpp index d08d337b..9ef30015 100644 --- a/libraries/plugins/peerplays_sidechain/common/rpc_client.cpp +++ b/libraries/plugins/peerplays_sidechain/common/rpc_client.cpp @@ -840,7 +840,7 @@ std::string rpc_client::retrieve_array_value_from_reply(std::string reply_str, s boost::property_tree::ptree json; boost::property_tree::read_json(ss, json); if (json.find("result") == json.not_found()) { - return std::string(); + return std::string(); } auto json_result = json.get_child("result"); if (json_result.find(array_path) == json_result.not_found()) {