mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-29 07:25:51 +00:00
Missing from previous commit.
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user