This commit is contained in:
David Kelly 2017-08-31 13:24:07 -07:00
parent de2ce1cd5f
commit f8341ce1da

View file

@ -135,7 +135,6 @@ void Ledger::historySuccess(QNetworkReply& reply) {
QJsonArray newHistoryArray;
// TODO: do this with 0 copies if possible
auto it = historyArray.begin();
for(auto it = historyArray.begin(); it != historyArray.end(); it++) {
auto valueObject = (*it).toObject();
QString from = nameFromKey(valueObject["sender_key"].toString(), keys);