mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Always return a "transactions" array in account_tx, even if it's empty.
This commit is contained in:
@@ -1736,6 +1736,7 @@ Json::Value RPCHandler::doAccountTransactions(Json::Value jvRequest, int& cost)
|
||||
Json::Value ret(Json::objectValue);
|
||||
|
||||
ret["account"] = raAccount.humanAccountID();
|
||||
ret["transactions"] = Json::arrayValue;
|
||||
|
||||
if (bBinary)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user