mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
Cosmetic.
This commit is contained in:
@@ -1668,7 +1668,6 @@ Json::Value RPCHandler::doLedger(Json::Value jvRequest, int& cost)
|
||||
// }
|
||||
Json::Value RPCHandler::doAccountTransactions(Json::Value jvRequest, int& cost)
|
||||
{
|
||||
// XXX Perhaps don't allow a limit of 0.
|
||||
RippleAddress raAccount;
|
||||
uint32 offset = jvRequest.isMember("offset") ? jvRequest["offset"].asUInt() : 0;
|
||||
int limit = jvRequest.isMember("limit") ? jvRequest["limit"].asUInt() : -1;
|
||||
|
||||
Reference in New Issue
Block a user