mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cleanup.
This commit is contained in:
@@ -1520,7 +1520,7 @@ Json::Value RPCServer::doAccountTransactions(Json::Value& params)
|
||||
ledger = Json::objectValue;
|
||||
}
|
||||
currentLedger = it->first;
|
||||
ledger["ID"] = currentLedger;
|
||||
ledger["LedgerSeq"] = currentLedger;
|
||||
jtxns = Json::arrayValue;
|
||||
}
|
||||
jtxns.append(it->second.GetHex());
|
||||
|
||||
Reference in New Issue
Block a user