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 std::string
NetworkOPs::transactionsSQL(std::string selection, const RippleAddress& account, NetworkOPs::transactionsSQL(std::string selection, const RippleAddress& account,
int32 minLedger, int32 maxLedger, bool descending, uint32 offset, int limit, 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 NONBINARY_PAGE_LENGTH = 200;
uint32 BINARY_PAGE_LENGTH = 500; uint32 BINARY_PAGE_LENGTH = 500;

View File

@@ -294,7 +294,9 @@ public:
bool isWantedHash(const uint256& h, bool remove); bool isWantedHash(const uint256& h, bool remove);
//Helper function to generate SQL query to get transactions //Helper function to generate SQL query to get transactions
std::string transactionsSQL(std::string selection, const RippleAddress& account, int32 minLedger, int32 maxLedger, bool descending, uint32 offset, int limit, bool binary, bool bAdmin); std::string transactionsSQL(std::string selection, const RippleAddress& account,
int32 minLedger, int32 maxLedger, bool descending, uint32 offset, int limit,
bool binary, bool count, bool bAdmin);
// client information retrieval functions // client information retrieval functions