add seq to offer json

This commit is contained in:
jed
2012-12-10 12:05:50 -08:00
parent 35ec825d8c
commit eea2739f53
5 changed files with 8 additions and 4 deletions

View File

@@ -12,4 +12,5 @@ Offer::Offer(SerializedLedgerEntry::pointer ledgerEntry) : AccountItem(ledgerEnt
mAccount=mLedgerEntry->getFieldAccount(sfAccount);
mTakerGets = mLedgerEntry->getFieldAmount(sfTakerGets);
mTakerPays = mLedgerEntry->getFieldAmount(sfTakerPays);
mSeq = mLedgerEntry->getFieldU32(sfSequence);
}