Missing from previous commit.

This commit is contained in:
JoelKatz
2013-03-27 18:15:49 -07:00
parent 077abbe873
commit 7344ab0148
2 changed files with 4 additions and 2 deletions

View File

@@ -1067,7 +1067,7 @@ void NetworkOPs::setMode(OperatingMode om)
std::string
NetworkOPs::transactionsSQL(std::string selection, const RippleAddress& account,
int32 minLedger, int32 maxLedger, bool descending, uint32 offset, int limit,
bool binary, bool count, bool bAmin)
bool binary, bool count, bool bAdmin)
{
uint32 NONBINARY_PAGE_LENGTH = 200;
uint32 BINARY_PAGE_LENGTH = 500;