Disallow invalid flags on OfferCreate transactions.

This commit is contained in:
Arthur Britto
2012-11-30 17:12:51 -08:00
parent 45841edb7d
commit 07a3eafd8a
2 changed files with 10 additions and 3 deletions

View File

@@ -56,6 +56,7 @@ const int TransactionMaxLen = 1048576;
// OfferCreate flags:
const uint32 tfPassive = 0x00010000;
const uint32 tfOfferCreateMask = ~(tfPassive);
// Payment flags:
const uint32 tfCreateAccount = 0x00010000;