mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-27 14:35:52 +00:00
Note problems with account_tx.
This commit is contained in:
@@ -1296,6 +1296,10 @@ Json::Value RPCHandler::doLedger(Json::Value jvRequest)
|
||||
|
||||
// { account: <account>, ledger: <integer> }
|
||||
// { account: <account>, ledger_min: <integer>, ledger_max: <integer> }
|
||||
// THIS ROUTINE DOESN'T SCALE.
|
||||
// FIXME: Require admin.
|
||||
// FIXME: Doesn't report database holes.
|
||||
// FIXME: For consistency change inputs to: ledger_index, ledger_index_min, ledger_index_max.
|
||||
Json::Value RPCHandler::doAccountTransactions(Json::Value jvRequest)
|
||||
{
|
||||
RippleAddress raAccount;
|
||||
|
||||
Reference in New Issue
Block a user