mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Fix typo breaking resume functionality.
This commit is contained in:
committed by
Vinnie Falco
parent
aa64bdc41c
commit
89748aad37
@@ -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 (...)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user