Rename tfMarket to tfImmediateOrCancel.

This commit is contained in:
Arthur Britto
2013-03-06 01:05:00 -08:00
parent 59e999c555
commit 64994268d3
2 changed files with 18 additions and 18 deletions

View File

@@ -68,8 +68,8 @@ const uint32 tfAccountSetMask = ~(tfRequireDestTag|tfOptionalDestTag|tfRequireA
// OfferCreate flags:
const uint32 tfPassive = 0x00010000;
const uint32 tfMarket = 0x00020000;
const uint32 tfOfferCreateMask = ~(tfPassive|tfMarket);
const uint32 tfImmediateOrCancel = 0x00020000;
const uint32 tfOfferCreateMask = ~(tfPassive|tfImmediateOrCancel);
// Payment flags:
const uint32 tfNoRippleDirect = 0x00010000;