Enable DestinationTag features.

This commit is contained in:
Arthur Britto
2013-01-04 11:57:05 -08:00
parent 3dfb1ca1eb
commit 2746806cd3
8 changed files with 0 additions and 24 deletions

View File

@@ -1,8 +1,6 @@
// This is not really a header file, but it can be used as one with
// appropriate #define statements.
#define ENABLE_DESTINATION_TAG 0
// types (common)
TYPE(Int16, UINT16, 1)
TYPE(Int32, UINT32, 2)
@@ -46,9 +44,7 @@
FIELD(TransferRate, UINT32, 11)
FIELD(WalletSize, UINT32, 12)
FIELD(OwnerCount, UINT32, 13)
#if ENABLE_DESTINATION_TAG
FIELD(DestinationTag, UINT32, 14)
#endif
// 32-bit integers (uncommon)
FIELD(HighQualityIn, UINT32, 16)