mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Missing comma.
This commit is contained in:
@@ -1219,7 +1219,7 @@ NetworkOPs::transactionsSQL (std::string selection, const RippleAddress& account
|
|||||||
|
|
||||||
if (count)
|
if (count)
|
||||||
sql =
|
sql =
|
||||||
boost::str (boost::format ("SELECT %s FROM AccountTransactions WHERE Account = '%s' %s %s LIMIT %u %u;")
|
boost::str (boost::format ("SELECT %s FROM AccountTransactions WHERE Account = '%s' %s %s LIMIT %u, %u;")
|
||||||
% selection
|
% selection
|
||||||
% account.humanAccountID ()
|
% account.humanAccountID ()
|
||||||
% maxClause
|
% maxClause
|
||||||
|
|||||||
Reference in New Issue
Block a user