Cosmetic.

This commit is contained in:
Arthur Britto
2013-01-12 21:51:57 -08:00
parent a2abddff4f
commit e62aff72cb
7 changed files with 20 additions and 15 deletions

View File

@@ -13,4 +13,6 @@ Offer::Offer(SerializedLedgerEntry::pointer ledgerEntry) : AccountItem(ledgerEnt
mTakerGets = mLedgerEntry->getFieldAmount(sfTakerGets);
mTakerPays = mLedgerEntry->getFieldAmount(sfTakerPays);
mSeq = mLedgerEntry->getFieldU32(sfSequence);
}
}
// vim:ts=4