Have PathFinding respect authorized accounts.

This commit is contained in:
Arthur Britto
2013-01-25 16:26:04 -08:00
parent 1bc5fa3e41
commit af48f287d6
3 changed files with 22 additions and 12 deletions

View File

@@ -14,6 +14,8 @@ RippleState::RippleState(SerializedLedgerEntry::ref ledgerEntry) : AccountItem(l
mValid(false),
mViewLowest(true)
{
mFlags = mLedgerEntry->getFieldU32(sfFlags);
mLowLimit = mLedgerEntry->getFieldAmount(sfLowLimit);
mHighLimit = mLedgerEntry->getFieldAmount(sfHighLimit);