mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
Disallow invalid flags on OfferCreate transactions.
This commit is contained in:
@@ -56,6 +56,7 @@ const int TransactionMaxLen = 1048576;
|
||||
|
||||
// OfferCreate flags:
|
||||
const uint32 tfPassive = 0x00010000;
|
||||
const uint32 tfOfferCreateMask = ~(tfPassive);
|
||||
|
||||
// Payment flags:
|
||||
const uint32 tfCreateAccount = 0x00010000;
|
||||
|
||||
Reference in New Issue
Block a user