mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-19 18:45:52 +00:00
Missing comma.
This commit is contained in:
@@ -1219,7 +1219,7 @@ NetworkOPs::transactionsSQL (std::string selection, const RippleAddress& account
|
||||
|
||||
if (count)
|
||||
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
|
||||
% account.humanAccountID ()
|
||||
% maxClause
|
||||
|
||||
Reference in New Issue
Block a user