mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
changed return of wallet_accounts
This commit is contained in:
@@ -237,8 +237,8 @@ std::string JSONRPCReply(const Json::Value& result, const Json::Value& error, co
|
||||
{
|
||||
Json::Value reply(Json::objectValue);
|
||||
reply["result"]=result;
|
||||
reply["error"]=error;
|
||||
reply["id"]=id;
|
||||
//reply["error"]=error;
|
||||
//reply["id"]=id;
|
||||
Json::FastWriter writer;
|
||||
return writer.write(reply) + "\n";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user