Add lsfSell flag to indicate an offer was placed as a sell.

This commit is contained in:
JoelKatz
2013-06-13 15:23:38 -07:00
parent b664f906c0
commit 111951cc52
2 changed files with 4 additions and 0 deletions

View File

@@ -44,6 +44,7 @@ enum LedgerSpecificFlags
// ltOFFER
lsfPassive = 0x00010000,
lsfSell = 0x00020000, // True, offer was placed as a sell.
// ltRIPPLE_STATE
lsfLowReserve = 0x00010000, // True, if entry counts toward reserve.