Fix marker being set for last result.

This commit is contained in:
Stefan Thomas
2013-09-13 12:24:24 -07:00
committed by JoelKatz
parent 0ae7bcff52
commit 09acc26c50

View File

@@ -1883,6 +1883,10 @@ NetworkOPsImp::getTxsAccount (const RippleAddress& account, int32 minLedger, int
}
}
// ST NOTE We're using the token reference both for passing inputs and
// outputs, so we need to clear it in between.
token = Json::nullValue;
std::string sql = boost::str (boost::format
("SELECT AccountTransactions.LedgerSeq,AccountTransactions.TxnSeq,Status,RawTxn,TxnMeta "
"FROM AccountTransactions INNER JOIN Transactions ON Transactions.TransID = AccountTransactions.TransID "