diff --git a/modules/ripple_app/misc/NetworkOPs.cpp b/modules/ripple_app/misc/NetworkOPs.cpp index 8a89863cc..f93793d80 100644 --- a/modules/ripple_app/misc/NetworkOPs.cpp +++ b/modules/ripple_app/misc/NetworkOPs.cpp @@ -1843,7 +1843,7 @@ NetworkOPsImp::getTxsAccount (const RippleAddress& account, int32 minLedger, int if (!token.isMember("ledger") || !token.isMember("seq")) return ret; findLedger = token["ledger"].asInt(); - findSeq = token["ledger"].asInt(); + findSeq = token["seq"].asInt(); } catch (...) {