diff --git a/src/SerializeProto.h b/src/SerializeProto.h index fe8778c04a..2b1050bb41 100644 --- a/src/SerializeProto.h +++ b/src/SerializeProto.h @@ -27,7 +27,7 @@ // 16-bit integers FIELD(LedgerEntryType, UINT16, 1) - FIELD(TransactionType, UINT16, 1) + FIELD(TransactionType, UINT16, 2) // 32-bit integers (common) FIELD(ObjectType, UINT32, 1)